Software Development Videos and Tutorials: Java, .NET, Ruby, Python, JavaScript, Agile, Software Testing
 
BDD for PHP with PhpStorm and PhpSpec

BDD for PHP with PhpStorm and PhpSpec

This video explains the Behavior-Driven Development (BDD) workflow in PhpStorm IDE and show you how to drive the design of your code with PhpSpec. With a focus on refactoring, source and file navigation, live templates and autocompletions you can learn how to shorten your development feedback loop and write well specified applications faster.

PHPSpec is a development tool, designed to help you achieve clean and working PHP code by using a technique derived from test-first development called (spec) behavior driven development, or SpecBDD.