September 2007
Mike Naberezny - Better PHPUnit Group Annotations
(via)Running phpunit --group bug42 AllTests.php will run only the tests associated with bug #42, regardless of what files and groups those test methods span.
August 2007
PHPUnit as a Project Mess Detector - Sebastian Bergmann
(via)Well. As of version 3.2, PHPUnit will not only be able to calculate and collect a variety of software metrics. It will also be able to report violations of rules that are based on these metrics in PMD's XML format. This information can then be fed to any tool that integrates with PMD.
June 2007
James Carr » Blog Archive » TDD Anti-Patterns
by 1 other (via)Recently I began to write a paper on TDD Anti-Patterns, and decided to first quickly jot down some of the most common ones that others or myself have encountered “in the wild.”
1
(3 marks)