RSS | Module Info | Add a review of Test.php
Test.php
(0.07)
This is some php code. Even the tests are php. I don't think that this thing belongs to CPAN.
[edit]Note to down voters: this is CPAN not PEAR...[/edit]
Burak Gürsoy - 2007-06-08T13:13:00 (permalink)
5 out of 13 found this review helpful.
Was this review helpful to you?
Yes
No
Test.php
(0.05)
It's great to see TAP support spreading to languages other than Perl. I've just switched to using it on a PHP project which is tested using TAP::Parser and it was a drop in replacement for my crufty implementation.
I have no real criticisms but some suggestions for future development:
* as noted in the source it'd be nice to have a recursive implementation of is_deeply that reported the location of the first difference
* implementing it on top of a layer equivalent to Perl's Test::Builder would make it easier for people to write additional assertion types.
Andy Armstrong - 2007-06-07T12:11:48 (permalink)
4 out of 6 found this review helpful.
Was this review helpful to you?
Yes
No
1 hidden unhelpful review

