diff --git a/tests/Wallabag/CoreBundle/WallabagCoreTestCase.php b/tests/Wallabag/CoreBundle/WallabagCoreTestCase.php index 20673c0e1..ce02791cc 100644 --- a/tests/Wallabag/CoreBundle/WallabagCoreTestCase.php +++ b/tests/Wallabag/CoreBundle/WallabagCoreTestCase.php @@ -52,7 +52,7 @@ abstract class WallabagCoreTestCase extends WebTestCase ]), new NullOutput()); $application->run(new ArrayInput([ - 'command' => 'doctrine:schema:create', + 'command' => 'doctrine:migrations:migrate', '--no-interaction' => true, '--env' => 'test', ]), new NullOutput());