This is a Codeception integration for Objective PHP framework.
With this package, you can write functional tests.
Use composer : composer.phar require objective-php/codeception-package
Your functional.suite.yml
configuration file should contain:
class_name: FunctionalTester
modules:
enabled:
- ObjectivePHP:
application_class: Namespace\Where\Is\Your\Project\Application
config_path: app/config
- \Helper\Functional
application_class
: contain your Application class namespaceconfig_path
: contain the path to your configuration files