Description
There are many unit test frameworks in the PHP world, with the most well known being PhpUnit and SimpleTest. Symfony has its own, called lime. It is based on the Test::More Perl library, and is TAP compliant, which means that the result of tests is displayed as specified in the Test Anything Protocol, designed for better readability of test output.
Details
- Listing categories Unit test
- Licence Open Source
- Status Abandoned
- Supported Technology PHP
- User Interface Command line
Post New Review
You must be logged in to post a comment.