This is a demonstration of the simple project built using the BDD process we call Modelling by Example. You can learn more on the process by reading the MbE introduction post by @everzet (the process author) or viewing his presentation from BDDX14.
This repository is an outcome of step-by-step development process where each commit represent small step towards the working solution. This way we can show you the complete representation of MbE process without losing important heuristic. The right way to use this repo is to follow its commit history.
- Clone the repo
- Install composer
- Install dependencies by running
php composer.phar install
- Run unit tests via
vendor/bin/phpspec run
- Run acceptance tests via
vendor/bin/behat
- Follow steps in previous section
- Run an application with
php app/console server:run