diff --git a/test/WsdlTest.php b/test/WsdlTest.php index 4a62939..f73d485 100644 --- a/test/WsdlTest.php +++ b/test/WsdlTest.php @@ -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()