mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-07 04:51:20 +01:00
Make reset database drop full database
This commit is contained in:
parent
764f547ba5
commit
a7fe79dacd
@ -48,6 +48,7 @@ abstract class WallabagCoreTestCase extends WebTestCase
|
|||||||
'command' => 'doctrine:schema:drop',
|
'command' => 'doctrine:schema:drop',
|
||||||
'--no-interaction' => true,
|
'--no-interaction' => true,
|
||||||
'--force' => true,
|
'--force' => true,
|
||||||
|
'--full-database' => true,
|
||||||
'--env' => 'test',
|
'--env' => 'test',
|
||||||
]), new NullOutput());
|
]), new NullOutput());
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user