forked from wallabag/wallabag
Use getNewClient() instead of a call to parent::setUp()
This commit is contained in:
@ -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());
|
||||||
|
|||||||
Reference in New Issue
Block a user