diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2018-11-27 11:38:28 +0100 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2018-11-28 22:04:55 +0100 |
commit | 9a8a1bdfdbc87047bffb457370e04ef58a24495c (patch) | |
tree | 02fef54eb7d71cf9abde4a52c983494d7bd13be5 /tests | |
parent | f168642b5041ddd97973f15cf8da8e69ea3db5f2 (diff) | |
download | wallabag-9a8a1bdfdbc87047bffb457370e04ef58a24495c.tar.gz wallabag-9a8a1bdfdbc87047bffb457370e04ef58a24495c.tar.zst wallabag-9a8a1bdfdbc87047bffb457370e04ef58a24495c.zip |
Use our own fork for CraueConfigBundle
Mostly to fix utf8mb4 issue
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Wallabag/CoreBundle/Command/InstallCommandTest.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Wallabag/CoreBundle/Command/InstallCommandTest.php b/tests/Wallabag/CoreBundle/Command/InstallCommandTest.php index bd351b18..08685408 100644 --- a/tests/Wallabag/CoreBundle/Command/InstallCommandTest.php +++ b/tests/Wallabag/CoreBundle/Command/InstallCommandTest.php | |||
@@ -62,6 +62,7 @@ class InstallCommandTest extends WallabagCoreTestCase | |||
62 | $databasePath = getenv('TEST_DATABASE_PATH'); | 62 | $databasePath = getenv('TEST_DATABASE_PATH'); |
63 | // Remove variable environnement | 63 | // Remove variable environnement |
64 | putenv('TEST_DATABASE_PATH'); | 64 | putenv('TEST_DATABASE_PATH'); |
65 | |||
65 | if ($databasePath && file_exists($databasePath)) { | 66 | if ($databasePath && file_exists($databasePath)) { |
66 | unlink($databasePath); | 67 | unlink($databasePath); |
67 | } else { | 68 | } else { |