diff options
author | Jeremy <jeremy.benoist@gmail.com> | 2015-02-22 17:18:54 +0100 |
---|---|---|
committer | Jeremy <jeremy.benoist@gmail.com> | 2015-02-22 17:18:54 +0100 |
commit | 732c2ad8971f427ec196acfac53dad034cefdef4 (patch) | |
tree | 70bf2b4c305dfa5171849f7fca5b2b0501062f4e /src/Wallabag/CoreBundle/Tests | |
parent | 0bf99bb144561525a34a50315b95efd6f543fe35 (diff) | |
download | wallabag-732c2ad8971f427ec196acfac53dad034cefdef4.tar.gz wallabag-732c2ad8971f427ec196acfac53dad034cefdef4.tar.zst wallabag-732c2ad8971f427ec196acfac53dad034cefdef4.zip |
sqlite doesn't support getListDatabasesSQL
Diffstat (limited to 'src/Wallabag/CoreBundle/Tests')
-rw-r--r-- | src/Wallabag/CoreBundle/Tests/Command/InstallCommandTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Tests/Command/InstallCommandTest.php b/src/Wallabag/CoreBundle/Tests/Command/InstallCommandTest.php index 6bcc9707..a091d66f 100644 --- a/src/Wallabag/CoreBundle/Tests/Command/InstallCommandTest.php +++ b/src/Wallabag/CoreBundle/Tests/Command/InstallCommandTest.php | |||
@@ -50,7 +50,7 @@ class InstallCommandTest extends WallabagTestCase | |||
50 | 50 | ||
51 | $tester = new CommandTester($command); | 51 | $tester = new CommandTester($command); |
52 | $tester->execute(array( | 52 | $tester->execute(array( |
53 | 'command' => $command->getName() | 53 | 'command' => $command->getName(), |
54 | )); | 54 | )); |
55 | 55 | ||
56 | $this->assertContains('Step 1 of 4. Checking system requirements.', $tester->getDisplay()); | 56 | $this->assertContains('Step 1 of 4. Checking system requirements.', $tester->getDisplay()); |