We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a69509b commit 6c1ee4fCopy full SHA for 6c1ee4f
src/Codeception/Module/SOAP.php
@@ -400,15 +400,6 @@ public function seeSoapResponseCodeIs($code)
400
);
401
}
402
403
- /**
404
- * @deprecated use seeSoapResponseCodeIs instead
405
- */
406
- public function seeResponseCodeIs($code)
407
- {
408
- Notification::deprecate('SOAP::seeResponseCodeIs deprecated in favor of seeSoapResponseCodeIs', 'SOAP Module');
409
- $this->seeSoapResponseCodeIs($code);
410
- }
411
-
412
/**
413
* Finds and returns text contents of element.
414
* Element is matched by either CSS or XPath
0 commit comments