use PHPUnit 13 on PHP 8.4+

This commit is contained in:
Christian Flothmann
2026-02-06 08:55:12 +01:00
parent a5f75b358e
commit 952fbb5ea1

View File

@@ -57,7 +57,6 @@ class TemplateManagerTest extends TestCase
{
$this->profiler
->method('has')
->withAnyParameters()
->willReturnCallback($this->profilerHasCallback(...));
$profile = new Profile('token');