mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-15 18:57:05 +00:00
Use our own fork for CraueConfigBundle
Mostly to fix utf8mb4 issue
This commit is contained in:
parent
f168642b50
commit
9a8a1bdfdb
2 changed files with 7 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue