2017 © Pedro Peláez
 

library qa-bundle

Quality assurance bundle for Symfony2

image

unknown/qa-bundle

Quality assurance bundle for Symfony2

  • Saturday, July 18, 2015
  • by unknown.opensource
  • Repository
  • 1 Watchers
  • 0 Stars
  • 26 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

Features

This bundle provides you with:, (*1)

  • 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, (*2)

Installation

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

    require: { ... "unknown/qa-bundle": "1.0.2" }, (*4)

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

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

  3. Add DatabaseContext in Behat:, (*7)

    default: suites: default: contexts: - Unknown\QABundle\Behat\DatabaseContext container: '@service_container', (*8)

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., (*9)

Good luck!, (*10)

The Versions

18/07 2015

dev-master

9999999-dev

Quality assurance bundle for Symfony2

  Sources   Download

MIT

The Requires

 

The Development Requires

database symfony2 purge qa

18/07 2015

v1.0.7

1.0.7.0

Quality assurance bundle for Symfony2

  Sources   Download

MIT

The Requires

 

The Development Requires

database symfony2 purge qa

14/05 2015

v1.0.6

1.0.6.0

Quality assurance bundle for Symfony2

  Sources   Download

MIT

The Requires

 

The Development Requires

database symfony2 purge qa

04/05 2015

v1.0.5

1.0.5.0

Quality assurance bundle for Symfony2

  Sources   Download

MIT

The Requires

 

The Development Requires

database symfony2 purge qa

04/05 2015

v1.0.4

1.0.4.0

Quality assurance bundle for Symfony2

  Sources   Download

MIT

The Requires

 

The Development Requires

database symfony2 purge qa

04/05 2015

v1.0.3

1.0.3.0

Quality assurance bundle for Symfony2

  Sources   Download

MIT

The Requires

 

The Development Requires

database symfony2 purge qa

03/05 2015

v1.0.2

1.0.2.0

Quality assurance bundle for Symfony2

  Sources   Download

MIT

The Requires

 

The Development Requires

database symfony2 purge qa