Chris Shiflett has a quick post today with another addition to the "reasons to use TAP for your testing" - test-harness.php.
In the tradition of test-more.php, Mike Lively adds to the growing list of reasons to be using TAP (Test Anything Protocol) by creating test-harness.php, a TAP-compliant PHP testing harness. This provides yet another testing option for PHP developers:
You can grab the source for test-harness here and the source for test-more here...