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 2051bd3 + 4cbf327 commit 1e51552Copy full SHA for 1e51552
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