Archive for May 2007

Testing an Entire Suite of Classes

Several months ago I wrote a Suite Tester for SimpleTest, a PHP unit testing framework. The idea came after I noticed two problems with my work. It seemed I needed to be able to test an entire application — a suite of tests — while still testing single classes as quickly as possible.

Continue reading →