@@ -44,7 +44,7 @@ |
||
44 | 44 | Environment::setVar(Env::DIR_AUTH_CONFIG, '/tmp'); |
45 | 45 | Environment::setVar(Env::ENV_NAME, 'foo'); |
46 | 46 | |
47 | - file_put_contents('/tmp/model.conf', static::ACL); |
|
47 | + file_put_contents('/tmp/model.conf', static::ACL); |
|
48 | 48 | |
49 | 49 | $mockAdapter = $this->getMockBuilder(CombinedAdapter::class)->disableOriginalConstructor()->getMock(); |
50 | 50 |