2007
An Introduction to the Art of Unit Testing in PHP
by 1 other (via)Unit Testing is often seen as an arcane, time consuming task - which it sometimes can be! But the point of spending time writing tests is to improve the quality of your source code so it has fewer overall bugs, many of which are detected early, a continual testing process to prevent new changes from changing the behaviour of older code, and to provide confidence that your code can be depended on. There are other benefits too, and we'll detail these later.
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.
2005
Effortless (or Better!) Bug Detection with PHP Assertions [PHP & MySQL Tutorials]
by 3 othersIf you're anything like me, you enjoy writing code a lot more than you enjoy testing and debugging it. If we could produce higher quality code with less test and debug effort, we'd jump at the chance, right?
SitePoint Blogs ยป Website testing with TestGen4Web and Firefox
by 3 others (via)Ran into TestGen4Web today; a Firefox extension (needs 1.5 beta) to help automate testing of web applications, developed by Spikesource, a company making a name for themselves by testing Open Source applications.
1
(5 marks)