Skip to content

Commit d8587fa

Browse files
Fix test name
1 parent 5b73f1c commit d8587fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/Framework/MockObject/Creation/GetMockFromWsdlTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
final class GetMockFromWsdlTest extends TestCase
2727
{
2828
#[TestDox('Creates mock object from WSDL file')]
29-
public function test_CreatesMockObjectFromWsdlFileWithNonNamespacedClassName(): void
29+
public function testCreatesMockObjectFromWsdlFileWithNonNamespacedClassName(): void
3030
{
3131
$mock = $this->getMockFromWsdl(TEST_FILES_PATH . 'GoogleSearch.wsdl');
3232

0 commit comments

Comments
 (0)