Skip to content

wdalmut/symfony2-behat-example

Repository files navigation

SymfonyDay 2014

This repo is composed by 5 chapters (5 tags) that shows behat features

install dependencies

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

Run tests

bin/behat

Move between chapters

git checkout 1
git checkout 2
...