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 5b73f1c commit d8587faCopy full SHA for d8587fa
tests/unit/Framework/MockObject/Creation/GetMockFromWsdlTest.php
@@ -26,7 +26,7 @@
26
final class GetMockFromWsdlTest extends TestCase
27
{
28
#[TestDox('Creates mock object from WSDL file')]
29
- public function test_CreatesMockObjectFromWsdlFileWithNonNamespacedClassName(): void
+ public function testCreatesMockObjectFromWsdlFileWithNonNamespacedClassName(): void
30
31
$mock = $this->getMockFromWsdl(TEST_FILES_PATH . 'GoogleSearch.wsdl');
32
0 commit comments