Skip to content

Commit 6c1ee4f

Browse files
committed
[SOAP] Removed seeResponseCodeIs method (use seeSoapResponseCodeIs instead)
1 parent a69509b commit 6c1ee4f

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/Codeception/Module/SOAP.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -400,15 +400,6 @@ public function seeSoapResponseCodeIs($code)
400400
);
401401
}
402402

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-
412403
/**
413404
* Finds and returns text contents of element.
414405
* Element is matched by either CSS or XPath

0 commit comments

Comments
 (0)