1
0
mirror of https://github.com/Rudloff/alltube.git synced 2024-06-26 07:29:06 +02:00

test(phpunit): Fix ConfigTest setup

This commit is contained in:
Pierre Rudloff 2019-04-21 18:56:02 +02:00
parent 51eaf192b1
commit 4fa604eec3

View File

@ -24,6 +24,8 @@ class ConfigTest extends BaseTest
*/
protected function setUp()
{
parent::setUp();
$this->config = Config::getInstance();
}