Make reset database drop full database

This commit is contained in:
Yassine Guedidi 2024-01-22 10:35:58 +01:00
parent 764f547ba5
commit a7fe79dacd

View file

@ -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());