adrienbrault / JakzalDemoBundle

DemoBundle demonstrates how to run Behat and Symfony functional tests without a need of installing bundle in a project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DemoBundle

Build Status

DemoBundle demonstrates how to run Behat scenarios and Symfony functional tests without installing the bundle in a project.

To try it yourself clone a repository

git clone git@github.com:jakzal/DemoBundle.git
cd DemoBundle

and install the dependencies with composer:

curl -s http://getcomposer.org/installer | php
php composer.phar --dev install

Run the Behat scenarios and functional tests:

./vendor/bin/behat
phpunit

About

DemoBundle demonstrates how to run Behat and Symfony functional tests without a need of installing bundle in a project.


Languages

Language:PHP 100.0%