From c92d23909151b3e34b9fa2ef712204fdb7378a73 Mon Sep 17 00:00:00 2001 From: Philipp Date: Sun, 27 Apr 2025 01:58:03 +0200 Subject: [PATCH] fix test --- tests/src/Module/StatsCachingTest.php | 2 -- 1 file changed, 2 deletions(-) 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,