]> git.immae.eu Git - github/wallabag/wallabag.git/commit - tests/Wallabag/CoreBundle/Command/InstallCommandTest.php
Update test
authorJeremy Benoist <jeremy.benoist@gmail.com>
Sat, 3 Sep 2016 08:34:27 +0000 (10:34 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Sat, 3 Sep 2016 08:34:27 +0000 (10:34 +0200)
commitf62c3faf88fbc1c2a484854019d17ff377836717
treef45c1bf0f44d6485a129b39764935e202bf624b9
parent001a7bad66fd1ce2b208abfe89177e72b5e1baa5
Update test

If the database isn't found when checking for the connection it means, we can connect to the server.
The InstallCommand will create the database later.

Also, when checking for the SQLite connection, Doctrine creates the file (so the database). That's why the test is skipped for SQLite.
src/Wallabag/CoreBundle/Command/InstallCommand.php
tests/Wallabag/CoreBundle/Command/InstallCommandTest.php