Created
March 27, 2015 14:06
-
-
Save colindecarlo/0bea4064e74197b157e0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Codeception\Exception\ModuleRequire] | |
REST module requirements are not met! | |
This module depends on module of Codeception\Lib\InnerBrowser | |
Please specify the dependent module inside module configuration section. | |
Example to use PhpBrowser as backend for REST module. | |
Framework modules can be used as well for functional testing of API. | |
-- | |
modules: | |
enabled: [REST, ApiHelper] | |
depends: | |
REST: PhpBrowser |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment