From 2d7ee75f11be26e00446cde81b0dbfeacf664091 Mon Sep 17 00:00:00 2001 From: Atul-glo35265 Date: Mon, 14 Oct 2024 17:53:08 +0530 Subject: [PATCH] Test Fixes Signed-off-by: Atul-glo35265 --- test/WsdlTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()