diff --git a/tests/Wallabag/CoreBundle/WallabagCoreTestCase.php b/tests/Wallabag/CoreBundle/WallabagCoreTestCase.php index ce02791cc..dbe19ffe9 100644 --- a/tests/Wallabag/CoreBundle/WallabagCoreTestCase.php +++ b/tests/Wallabag/CoreBundle/WallabagCoreTestCase.php @@ -48,6 +48,7 @@ abstract class WallabagCoreTestCase extends WebTestCase 'command' => 'doctrine:schema:drop', '--no-interaction' => true, '--force' => true, + '--full-database' => true, '--env' => 'test', ]), new NullOutput());