File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -266,7 +266,7 @@ public function sendSoapRequest($action, $body = "")
266266 public function seeSoapResponseEquals ($ xml )
267267 {
268268 $ xml = SoapUtils::toXml ($ xml );
269- $ this ->assertEquals ($ this -> getXmlResponse ()-> C14N (), $ xml ->C14N ());
269+ $ this ->assertEquals ($ xml -> C14N (), $ this -> getXmlResponse () ->C14N ());
270270 }
271271
272272 /**
@@ -307,7 +307,7 @@ public function seeSoapResponseIncludes($xml)
307307 public function dontSeeSoapResponseEquals ($ xml )
308308 {
309309 $ xml = SoapUtils::toXml ($ xml );
310- \PHPUnit_Framework_Assert::assertXmlStringNotEqualsXmlString ($ this -> getXmlResponse ()-> C14N (), $ xml ->C14N ());
310+ \PHPUnit_Framework_Assert::assertXmlStringNotEqualsXmlString ($ xml -> C14N (), $ this -> getXmlResponse () ->C14N ());
311311 }
312312
313313
You can’t perform that action at this time.
0 commit comments