We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents adb9826 + 2c15425 commit 4cbf327Copy full SHA for 4cbf327
Tests/Test/WebTestCaseTest.php
@@ -388,7 +388,7 @@ private function getRequestTester(): WebTestCase
388
389
private function getTester(KernelBrowser $client): WebTestCase
390
{
391
- $tester = new class() extends WebTestCase {
+ $tester = new class(method_exists($this, 'name') ? $this->name() : $this->getName()) extends WebTestCase {
392
use WebTestAssertionsTrait {
393
getClient as public;
394
}
0 commit comments