mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-09 08:25:25 +00:00
Make reset database in tests use migrations instead of schema create
This commit is contained in:
parent
ce790c8f04
commit
764f547ba5
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||
|
|
Loading…
Reference in a new issue