8000
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.
1 parent cc3fb70 commit 93e9a11Copy full SHA for 93e9a11
src/Symfony/Bundle/FrameworkBundle/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