Code Comments
Programming Forum and web based access to our favorite programming groups.The new PEAR package PHPUnit2-2.2.0beta1 (beta) has been released at http://pear.p hp.net/. Release notes ------------- + Added PHPUnit2_Framework_Assert::assertNotType () to complement PHPUnit2_Fr amework_Assert::assertType(). + Added startTestSuite() and endTestSuite() methods to the PHPUnit2_Framewor k_TestListener interface. + Added PHPUnit2_Extensions_ExceptionTestCase::g etExpectedException() and PH PUnit2_Extensions_ExceptionTestCase::set ExpectedException(). + Added parameter to set the TestSuiteLoader implementation to be used to th e TextUI testrunner. + Added a Templating API to the test class skeleton generator to customize t he generated source. * PHP errors (that can be handled by a custom error handler) are now counted as errors. * PHPUnit2_Framework_Assert::assertContain s() and PHPUnit2_Framework_Assert: :assertNotContains() now accept an object that offers the Iterator interface for the $haystack parameter. * Changed the format of the XML logfile generated by the PHPUnit2_Extensions _Log_XML implementation of the PHPUnit2_Framework_TestListener interface to match the format of Phing's PHPUnit2 (ie. apache Ant's JUnit) task. * PHPUnit2_Extensions_CodeCoverage_Rendere r_HTML and PHPUnit2_Extensions_Cod eCoverage_Renderer_Text now render summarized representations of the Code Co verage information. Package Info ------------- PHPUnit is a regression testing framework used by the developer who implemen ts unit tests in PHP. Related Links ------------- Package home: http://pear.php.net/package/PHPUnit2 Changelog: http://pear.php.net/package/PHPUnit...load/2.2.0beta1 Download: http://pear.php.net/get/PHPUnit2-2.2.0beta1.tgz Authors ------------- Sebastian Bergmann <sb@sebastian-bergmann.de> (lead)
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.