remove print_r
This commit is contained in:
parent
d53cb31869
commit
c8b9e40b85
1 changed files with 0 additions and 2 deletions
|
@ -67,8 +67,6 @@ class CacheTest extends MockedTest
|
||||||
$configCache = new Cache();
|
$configCache = new Cache();
|
||||||
$configCache->load($data);
|
$configCache->load($data);
|
||||||
|
|
||||||
print_r($configCache);
|
|
||||||
|
|
||||||
self::assertConfigValues($data, $configCache);
|
self::assertConfigValues($data, $configCache);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue