mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-22 23:56:29 +00:00
Make reset database drop full database
This commit is contained in:
parent
764f547ba5
commit
a7fe79dacd
1 changed files with 1 additions and 0 deletions
|
@ -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());
|
||||
|
||||
|
|
Loading…
Reference in a new issue