forked from wallabag/wallabag
Make reset database drop full database
This commit is contained in:
@ -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());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user