Skip to content

Commit d1a59b8

Browse files
committed
improved messages
1 parent 609b73d commit d1a59b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Codeception/Module/SOAP.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ class SOAP extends CodeceptionModule
5454
Example using PhpBrowser as backend for SOAP module.
5555
--
5656
modules:
57-
enabled: [SOAP, ApiHelper]
58-
depends:
59-
SOAP: PhpBrowser
57+
enabled:
58+
- SOAP:
59+
depends: PhpBrowser
6060
--
6161
Framework modules can be used as well for functional testing of SOAP API.
6262
EOF;

0 commit comments

Comments
 (0)