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 @@ -336,7 +336,7 @@ public function dontSeeSoapResponseContainsXPath($xpath)
336336 * @param $code
337337 */
338338 public function seeResponseCodeIs ($ code ) {
339- \PHPUnit_Framework_Assert::assertEquals ($ code , $ this ->client ->getResponse ()->getStatus (), "soap response code matches expected " );
339+ \PHPUnit_Framework_Assert::assertEquals ($ code , $ this ->client ->getInternalResponse ()->getStatus (), "soap response code matches expected " );
340340 }
341341
342342 /**
@@ -466,7 +466,7 @@ protected function processInternalRequest($action, $body)
466466 protected function processExternalRequest ($ action , $ body )
467467 {
468468 $ this ->processRequest ($ action , $ body );
469- return $ this ->client ->getResponse ()->getContent ();
469+ return $ this ->client ->getInternalResponse ()->getContent ();
470470 }
471471
472472}
You can’t perform that action at this time.
0 commit comments