mirror of
https://github.com/wallabag/wallabag.git
synced 2024-10-31 22:28:54 +00:00
Use getNewClient() instead of a call to parent::setUp()
This commit is contained in:
parent
49df7d8c52
commit
5a5a246ae7
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||
|
|
Loading…
Reference in a new issue