Skip to content

electrobits/pick-my-talks

 
 

Repository files navigation

What is it?

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.

How to use this repository?

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.

How to run tests on this project?

  1. Clone the repo
  2. Install composer
  3. Install dependencies by running php composer.phar install
  4. Run unit tests via vendor/bin/phpspec run
  5. Run acceptance tests via vendor/bin/behat

How to run this project?

  1. Follow steps in previous section
  2. Run an application with php app/console server:run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 78.3%
  • CSS 15.8%
  • ApacheConf 3.2%
  • Gherkin 1.6%
  • HTML 1.1%