PHPUnit2-2.0.0 Released
I released PHPUnit2-2.0.0 today:
- Fixed a bug in PHPUnit2_Framework_TestCase::runTest().
- Fixed a bug in PHPUnit2_Framework_ComparisonFailure::toString().
- Fixed a bug in PHPUnit2_TextUI_TestRunner::start().
- PHPUnit2_Runner_IncludePathTestCollector and PHPUnit2_Runner_SimpleTestCollector to automatically collect all test cases that are defined in the PHP source files in the include_path(s).
- PHPUnit2_Extensions_PerformanceTestCase to test for performance regressions.
- PHPUnit2_Framework_TestListener implementations to log test progress to PEAR_Log sinks and XML files.
19/07/2004 at 12:09 Permalink
thank you for the great work. I've done all my recent projects with the help of PHPUnit and it does a great job in helping me keeping my application errors minimized. And the best: It's all for free and open source.
Reply