fixed test
This commit is contained in:
parent
b48c22dc1a
commit
05439e4866
|
@ -113,7 +113,7 @@ class PConfigCacheTest extends MockedTest
|
|||
*/
|
||||
public function testKeyDiffWithResult($data)
|
||||
{
|
||||
$configCache = new PConfigCache($data);
|
||||
$configCache = new PConfigCache();
|
||||
|
||||
$diffConfig = [
|
||||
'fakeCat' => [
|
||||
|
|
Loading…
Reference in a new issue