Skip to content

cordoval/TestBundle

Repository files navigation

##TestBundle TestBundle is a TDD Bundle which integrates the PHPSpec, PHPUnit, and Behat frameworks into one. It is created to foster the BDD methodology into Symfony2 app development.

#Instructions

// AppKernel.php

new Cordova\Bundle\TestBundle\CordovaTestBundle(),
// autoload.php
    'Cordova'          => __DIR__.'/../vendor/bundles',
// deps
[PHPAutotest]
    git=https://github.com/Programania/PHPAutotest.git
    target=/PHPAutotest

[TestBundle]
    git=https://github.com/cordoval/TestBundle.git
    target=/bundles/Cordova/Bundle/TestBundle
// creates autotest.phar
cd vendor/PHPAutotest
./compile

#Usage

php app/console test:auto vendor/PHPAutotest/demo/Behat/features/minesweeper.feature

More tips: http://www.craftitonline.com

#License

See License.txt file included in bundle folder.

About

Implements PHPSpec/Behat/PHPUnit Frameworks into one

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages