Download the PHP package openmvc/codeception-openmvc-module without Composer
On this page you can find all versions of the php package openmvc/codeception-openmvc-module. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download openmvc/codeception-openmvc-module
More information about openmvc/codeception-openmvc-module
Files in openmvc/codeception-openmvc-module
Download openmvc/codeception-openmvc-module
More information about openmvc/codeception-openmvc-module
Files in openmvc/codeception-openmvc-module
Vendor openmvc
Package codeception-openmvc-module
Short Description Run functional tests against OpenMVC app
License MIT
Package codeception-openmvc-module
Short Description Run functional tests against OpenMVC app
License MIT
Please rate this library. Is it a good library?
Informations about the package codeception-openmvc-module
Codeception OpenMVC Module
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
All versions of codeception-openmvc-module with dependencies
PHP Build Version
Package Version
No informations.
The package openmvc/codeception-openmvc-module contains the following files
Loading the files please wait ....