remove print_r

This commit is contained in:
Philipp Holzer 2023-01-06 02:54:28 +01:00
parent d53cb31869
commit c8b9e40b85
Signed by: nupplaPhil
GPG Key ID: 24A7501396EB5432
1 changed files with 0 additions and 2 deletions

View File

@ -67,8 +67,6 @@ class CacheTest extends MockedTest
$configCache = new Cache();
$configCache->load($data);
print_r($configCache);
self::assertConfigValues($data, $configCache);
}