Skip to content

pjedrzejewski/phpbenelux-2016-modelling-by-example

Repository files navigation

PHPBenelux 2016 - 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 --suite=domain
$ bin/behat --suite=ui

$ bin/behat

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.

About

Repository for "Modelling By Example" workshop at PHPBenelux 2016.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published