Andy Lester wrote:
>
> I'm adding a section to Test::Harness::TAP on non-Perl TAP.
>
> http://svn.perl.org/modules/Test-Harness/trunk/lib/Test/Harness/TAP.pod
>
> If you know of one, please send me some text to add.
all the big PHP players now produce TAP
o phpt (outputs TAP by default as of the yet-to-be-released PEAR 1.5.0)
http://pear.php.net/PEAR
o PHPUnit has a TAP logger (since 2.3.4)
http://www.phpunit.de/wiki/Main_Page
o there's a third-party TAP reporting extension for SimpleTest
http://www.digitalsandwich.com/archives/51-Updated-Simpletest+Apache-Test.html
o Apache-Test's PHP writes TAP by default and includes the standalone
test-more.php
http://search.cpan.org/dist/Apache-Test/
there's also libtap (written in C)
http://jc.ngo.org.uk/trac-bin/trac.cgi/wiki/LibTap
HTH
--Geoff