openmvc/codeception-openmvc-module
Composer 安装命令:
composer require openmvc/codeception-openmvc-module
包简介
Run functional tests against OpenMVC app
README 文档
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
统计信息
- 总下载量: 267
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-05-20