openmvc/codeception-openmvc-module

Run functional tests against OpenMVC app

0.1.12 2015-04-27 15:53 UTC

This package is auto-updated.

Last update: 2024-04-16 04:14:58 UTC


README

This module will let you run functional tests against your OpenMVC app.

Installation

Add the package into your composer.json:

{
  "require-dev": {
    "codeception/codeception": "*",
    "openmvc/codeception-openmvc-module": "dev-master"
  }
}

Tell Composer to download the package:

php composer.phar update

Then enable it in your functional.suite.yml configuration (default values are shown below):

class_name: TestGuy
modules:
  enabled:
    - OpenMVC
  config:
    OpenMVC:
      locale: 'en'
      index: 'public_html/index.php'

License

Released under the same liceces as Codeception: MIT