]> git.agnieray.net Git - galette.git/blobdiff - tests/Galette/Core/tests/units/Install.php
Add telemetry step at install
[galette.git] / tests / Galette / Core / tests / units / Install.php
index 154abe8fc6eb6e0d8c5d129e19b01c1c994f390b..59317d67621336d43a53119bb101575a1d706c15 100644 (file)
@@ -335,7 +335,7 @@ class Install extends TestCase
         $this->assertSame(PWD_DB, $pass);
 
         $post_check = $this->install->postCheckDb();
-        $this->assertFalse($post_check);
+        $this->assertTrue($post_check);
 
         $this->install->atPreviousStep();
         $step = $this->install->isDbStep();