Thanks to visit codestin.com Credit goes to github.com
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 b1a24f4 commit 48aba9bCopy full SHA for 48aba9b
1 file changed
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