Use getNewClient() instead of a call to parent::setUp()

This commit is contained in:
Yassine Guedidi 2024-01-21 01:54:08 +01:00
parent 49df7d8c52
commit 5a5a246ae7

View file

@ -48,7 +48,7 @@ class InstallCommandTest extends WallabagTestCase
putenv("DATABASE_URL=sqlite:///$databasePath?charset=utf8");
// The environnement has been changed, recreate the client in order to update connection
parent::setUp();
$this->getNewClient();
}
$this->resetDatabase($this->getTestClient());