unknown/qa-bundle 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

  1. To install this bundle with Composer, just add the following to your composer.json file:

    require: { ... "unknown/qa-bundle": "1.0.2" }

  2. Then register the bundle in AppKernel::registerBundles()

    $bundles = array( ... new Unknown\Bundle\QABundle\UnknownQABundle(), );

  3. 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

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-05-03