]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Tests/Command/InstallCommandTest.php
sqlite doesn't support getListDatabasesSQL
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Tests / Command / InstallCommandTest.php
index 6bcc9707d004ead1fd39f0b2e6374660eed47062..a091d66f3511086971c50fd812bffa6b185a6be7 100644 (file)
@@ -50,7 +50,7 @@ class InstallCommandTest extends WallabagTestCase
 
         $tester = new CommandTester($command);
         $tester->execute(array(
-            'command' => $command->getName()
+            'command' => $command->getName(),
         ));
 
         $this->assertContains('Step 1 of 4. Checking system requirements.', $tester->getDisplay());