Skip to content

floarc/DemoBundle

 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PHP 100.0%