File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 11<?php
22namespace Codeception \Module ;
33
4+ use Codeception \Lib \Interfaces \API ;
45use Codeception \Lib \Interfaces \DependsOnModule ;
6+ use Codeception \Lib \Notification ;
57use Codeception \Module as CodeceptionModule ;
68use Codeception \TestInterface ;
79use Codeception \Exception \ModuleException ;
4244 * * xmlResponse - last SOAP response (DOMDocument)
4345 *
4446 */
45- class SOAP extends CodeceptionModule implements DependsOnModule
47+ class SOAP extends CodeceptionModule implements DependsOnModule, API
4648{
4749 protected $ config = [
4850 'schema ' => "" ,
@@ -403,6 +405,7 @@ public function seeSoapResponseCodeIs($code)
403405 */
404406 public function seeResponseCodeIs ($ code )
405407 {
408+ Notification::deprecate ('SOAP::seeResponseCodeIs deprecated in favor of seeSoapResponseCodeIs ' , 'SOAP Module ' );
406409 $ this ->seeSoapResponseCodeIs ($ code );
407410 }
408411
You can’t perform that action at this time.
0 commit comments