Sebastian Bergmann »
06 December 2007 »
in Announcements »
- Several improvements to the Skeleton Generator:
- Use assertions instead of constraints for >, >=, <, and <=. [1791]
- Implemented #293: Support exceptions in @assert annotations. [1793]
- Added support for Oracle to PHPUnit_Extensions_Database_TestCase. [1784]
- Implemented #261: Support for priorities in PMD rules. [1834]
- Fixed #282: class_exists() in PHPUnit_Framework_TestSuite::addTestSuite() does not trigger __autoload(). [1821]
- Fixed #285: Naming of Selenium test suites. [1779]
- Fixed #287: PHPUnit_Util_Filter::getCanonicalFilename() does not work on Windows. [1786]
- Fixed #298: Bug in handling @expectedException. [1825]
Trackback specific URI for this entry
08/12/2007 at 02:55 Permalink
are you are looking for a HTML based testcase runner? I have recently written one for PHPUnit. Please give feedback if you like it:
http://cool.sourceforge.net/
Elmar
Reply