Sebastian Bergmann »
30 May 2008 »
in Announcements »
- Fixed the handling of the $options argument array in PHPUnit_Extensions_PhptTestCase. [2865]
- Fixed #438: Setting include_path in configuration does not work. [2953]
- Fixed #440: addTest() and addTestSuite() try to add abstract tests. [2925]
- Fixed #455: @group and @dataProvider do not work together. [2919]
- Fixed #467: Test Database is broken with PHP 5.2.0. [2875]
- Fixed #468: DatabaseTestUtility.php missing from distribution. [2913]
- Fixed #473: Empty exception message when DSN is invalid. [3026]
- Fixed #476: Defining @group for a class and executing just that group causes @dataProvider to be ignored. [3020]
- Fixed #482 and #483: Code Coverage does not work for PHPT tests. [2984]
- Fixed #484: PhptTestCase does not implement SelfDescribing [2991]
- Fixed #488: Argument checking for TestCase::iniSet() is too strict. [3009]
- Closed #490: Call to PHPUnit_TextUI_Command::main() is hard-coded in TextUI/Command.php. [3003]
Trackback specific URI for this entry
10/06/2008 at 00:13 Permalink
Also is there a HTML based test runner that I can use to run and view results
Reply