Home

Awesome

PHP Summer Camp 2015 - Modelling By Example

Welcome to the workshop repository!

GET STARTED! Have a look at the STEPS.md file for installation instructions and tasks!

Running your phpspec and Behat suites

$ bin/phpspec run -fpretty

$ bin/behat run --suite=domain
$ bin/behat run --suite=ui

Troubleshooting

Whenever you get stuck or want to proceed to the next step, just follow the guide below:

$ git clean -fd && git reset HEAD . && git checkout .
$ git checkout -b workshop origin/step-01-fresh-start

This will create a new starting point for you. Just replace step-01-fresh-start with appropriate step branch name.