mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-22 23:56:29 +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");
|
putenv("DATABASE_URL=sqlite:///$databasePath?charset=utf8");
|
||||||
|
|
||||||
// The environnement has been changed, recreate the client in order to update connection
|
// The environnement has been changed, recreate the client in order to update connection
|
||||||
parent::setUp();
|
$this->getNewClient();
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->resetDatabase($this->getTestClient());
|
$this->resetDatabase($this->getTestClient());
|
||||||
|
|
Loading…
Reference in a new issue