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