SimpleTest – More than a JUnit port

In July, I wrote about all the PHP Unit test frameworks in existence. At the time I mis-named one of them: SimpleTest. Today, while reading an O’Reilly article (the infamous one about PHP scaling as well as Java), a reader comment pointed me to SimpleTest again.

This time I began looking at it in earnest, instead of skimming the pages as I did previously. What did I find? That it supports something I’ve wanted for a while: grouping tests. This is an easy way to run all the tests in an application. As a bonus, SimpleTest is in constant development whereas others I’ve used/investigated have slowed development (or stopped).

No related posts.

Related posts brought to you by Yet Another Related Posts Plugin.

Comments are closed.