From: Philipp Date: Sat, 26 Apr 2025 23:58:03 +0000 (+0200) Subject: fix test X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c92d23909151b3e34b9fa2ef712204fdb7378a73;p=friendica.git fix test --- diff --git a/tests/src/Module/StatsCachingTest.php b/tests/src/Module/StatsCachingTest.php index 08d4b8fdb6..78554929e2 100644 --- a/tests/src/Module/StatsCachingTest.php +++ b/tests/src/Module/StatsCachingTest.php @@ -149,8 +149,6 @@ class StatsCachingTest extends FixtureTestCase $json = json_decode($response->getBody(), true); - print_r($json); - self::assertEquals([ 'enabled' => false, 'hit_rate' => null,