PHPUnit is a testing framework that is supported, integrated and suggested by the majority of PHP frameworks.Test Driven Development (TDD), and Continuous Integration are here to stay and PHPUnit is an industry standard that caters for both.
The book [‘Handson Testing with PHPUnit Howto’][1] offers a quick but thorough step by step guide over the core concepts of PHPUnit. In a ‘learn by example’ approach the programmer gets acquainted with the TDD process without feeling overwhelmed with pompous definitions.