Upgrade to Pro — share decks privately, control downloads, hide ads and more …

PHPSpec in 2 minutes

Sponsored · Ship Features Fearlessly Turn features on and off without deploys. Used by thousands of Ruby developers.

PHPSpec in 2 minutes

In this 2 minute talk I give people an idea what PHPSpec is about and why they might want to use it.

Avatar for Sebastian

Sebastian

March 13, 2014
Tweet

More Decks by Sebastian

Other Decks in Programming

Transcript

  1. PHPSpec bin/phpspec desc "Random" bin/phpspec run Do you want me

    to create `Random` for you? vim spec/RandomSpec.php bin/phpspec run Do you want me to create `Random::randomBetween` for you? vim src/Random.php bin/phpspec run 100%