From: Philipp Date: Fri, 6 Jan 2023 01:54:28 +0000 (+0100) Subject: remove print_r X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c8b9e40b85767ff84c6da33233aa9bbb0bb2e880;p=friendica.git remove print_r --- diff --git a/tests/src/Core/Config/Cache/CacheTest.php b/tests/src/Core/Config/Cache/CacheTest.php index 6fe2fe15f0..dc9b62dc00 100644 --- a/tests/src/Core/Config/Cache/CacheTest.php +++ b/tests/src/Core/Config/Cache/CacheTest.php @@ -67,8 +67,6 @@ class CacheTest extends MockedTest $configCache = new Cache(); $configCache->load($data); - print_r($configCache); - self::assertConfigValues($data, $configCache); }