Recently I've been reading all about Test Driven Development (TDD) and unit testing, so I've decide to have a look into it in a practical manner. Here's an interesting article written by the folk at Zend about the basics of unit testing in PHP: http://devzone.zend.com/article/2772
Unit testing in PHP with PHPUnit or SimpleTest
Written on
2011-08-05
.
Next:
Debugging PHP with IDEs
Previous:
A development workflow to learn from