Skip to content

Commit

Permalink
Test Fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Atul-glo35265 <[email protected]>
  • Loading branch information
Atul-glo35265 committed Oct 14, 2024
1 parent 2ab7adb commit 2d7ee75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/WsdlTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ public function testAddDocumentationToSetInsertsBefore()
$this->documentNodesTest();

$nodes = $this->xpath->query('//wsdl:message[@name="myMessage"]/*[1]');
$this->assertEquals('wsdl:documentation', $nodes->item(0)->nodeName);
$this->assertEquals('documentation', $nodes->item(0)->nodeName);
}

public function testComplexTypeDocumentationAddedAsAnnotation()
Expand Down

0 comments on commit 2d7ee75

Please sign in to comment.