unknown/qa-bundle
最新稳定版本:v1.0.7
Composer 安装命令:
composer require unknown/qa-bundle
包简介
Quality assurance bundle for Symfony2
关键字:
README 文档
README
This bundle provides you with:
- Database purge only if changes were made
Issues and feature requests are tracked in the Github issue tracker https://github.com/unknown-opensource/qa-bundle/issues
Installation
-
To install this bundle with Composer, just add the following to your composer.json file:
require: { ... "unknown/qa-bundle": "1.0.2" }
-
Then register the bundle in AppKernel::registerBundles()
$bundles = array( ... new Unknown\Bundle\QABundle\UnknownQABundle(), );
-
Add DatabaseContext in Behat:
default: suites: default: contexts: - Unknown\QABundle\Behat\DatabaseContext container: '@service_container'
Result
Database will be purged if and only if changes were made during previous scenario. Database will also be purged if scenario is tagged with either @javascript or @db-purge.
Good luck!
统计信息
- 总下载量: 47
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-05-03