1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-01 17:38:38 +00:00

sqlite doesn't support getListDatabasesSQL

This commit is contained in:
Jeremy 2015-02-22 17:18:54 +01:00
parent 0bf99bb144
commit 732c2ad897
3 changed files with 13 additions and 2 deletions

View 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());