Skip to content

Instantly share code, notes, and snippets.

@colindecarlo
Created March 27, 2015 14:06
Show Gist options
  • Save colindecarlo/0bea4064e74197b157e0 to your computer and use it in GitHub Desktop.
Save colindecarlo/0bea4064e74197b157e0 to your computer and use it in GitHub Desktop.
[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