We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1a24f4 commit 48aba9bCopy full SHA for 48aba9b
Tests/Test/WebTestCaseTest.php
@@ -339,7 +339,7 @@ private function getRequestTester(): WebTestCase
339
340
private function getTester(KernelBrowser $client): WebTestCase
341
{
342
- $tester = new class() extends WebTestCase {
+ $tester = new class(method_exists($this, 'name') ? $this->name() : $this->getName()) extends WebTestCase {
343
use WebTestAssertionsTrait {
344
getClient as public;
345
}
0 commit comments