Thursday, 14 February 2013

Automatic Testing for TDD with PHP

0 comments
Automatic Testing for TDD with PHP
Traditional test-driven development can, at times, be cumbersome. You have to stop writing code in order to run your tests. Luckily, there are solutions, which provide the ability to automatically run your tests as you code. In this tutorial, you will learn how to use a Ruby gem, called watchr, to monitor your code and automatically run the appropriate tests whenever you save your work.

Tests Failed

View Tutorial

Leave a Reply