From 952fbb5ea12e101e05510069eacf01e169955100 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Fri, 6 Feb 2026 08:55:12 +0100 Subject: [PATCH] use PHPUnit 13 on PHP 8.4+ --- Tests/Profiler/TemplateManagerTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Tests/Profiler/TemplateManagerTest.php b/Tests/Profiler/TemplateManagerTest.php index 3d13ae47..bb9cb19b 100644 --- a/Tests/Profiler/TemplateManagerTest.php +++ b/Tests/Profiler/TemplateManagerTest.php @@ -57,7 +57,6 @@ class TemplateManagerTest extends TestCase { $this->profiler ->method('has') - ->withAnyParameters() ->willReturnCallback($this->profilerHasCallback(...)); $profile = new Profile('token');