diff options
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 { |