forked from wallabag/wallabag
Use our own fork for CraueConfigBundle
Mostly to fix utf8mb4 issue
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user