Use our own fork for CraueConfigBundle

Mostly to fix utf8mb4 issue
This commit is contained in:
Jeremy Benoist
2018-11-27 11:38:28 +01:00
parent f168642b50
commit 9a8a1bdfdb
2 changed files with 7 additions and 1 deletions

View File

@ -62,6 +62,7 @@ class InstallCommandTest extends WallabagCoreTestCase
$databasePath = getenv('TEST_DATABASE_PATH');
// Remove variable environnement
putenv('TEST_DATABASE_PATH');
if ($databasePath && file_exists($databasePath)) {
unlink($databasePath);
} else {