remove print_r
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user