mirror of
https://github.com/symfony/web-profiler-bundle.git
synced 2026-03-24 00:02:13 +01:00
use PHPUnit 13 on PHP 8.4+
This commit is contained in:
@@ -57,7 +57,6 @@ class TemplateManagerTest extends TestCase
|
||||
{
|
||||
$this->profiler
|
||||
->method('has')
|
||||
->withAnyParameters()
|
||||
->willReturnCallback($this->profilerHasCallback(...));
|
||||
|
||||
$profile = new Profile('token');
|
||||
|
||||
Reference in New Issue
Block a user