The Artima Developer Community
Sponsored Link

PHP Buzz Forum
PHPUnit2-2.2.0beta1 Released

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Sebastian Bergmann

Posts: 313
Nickname: sbergmann
Registered: Sep, 2004

Sebastian Bergmann is the developer of PHPUnit.
PHPUnit2-2.2.0beta1 Released Posted: Nov 29, 2004 2:30 AM
Reply to this message Reply

This post originated from an RSS feed registered with PHP Buzz by Sebastian Bergmann.
Original Post: PHPUnit2-2.2.0beta1 Released
Feed Title: Sebastian Bergmann
Feed URL: http://sebastian-bergmann.de/
Feed Description: Geek by nature, PHP by choice.
Latest PHP Buzz Posts
Latest PHP Buzz Posts by Sebastian Bergmann
Latest Posts From Sebastian Bergmann

Advertisement
PHPUnit2-2.2.0beta1 has been released:
  • Added PHPUnit2_Framework_Assert::assertNotType() to complement PHPUnit2_Framework_Assert::assertType().
  • Added startTestSuite() and endTestSuite() methods to the PHPUnit2_Framework_TestListener interface.
  • Added PHPUnit2_Extensions_ExceptionTestCase::getExpectedException() and PHPUnit2_Extensions_ExceptionTestCase::setExpectedException().
  • Added parameter to set the TestSuiteLoader implementation to be used to the TextUI testrunner.
  • Added a Templating API to the test class skeleton generator to customize the generated source.
  • PHP errors (that can be handled by a custom error handler) are now counted as errors.
  • PHPUnit2_Framework_Assert::assertContains() 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_Renderer_HTML and PHPUnit2_Extensions_CodeCoverage_Renderer_Text now render summarized representations of the Code Coverage information.

Read: PHPUnit2-2.2.0beta1 Released

Topic: XML_Transformer-1.1.0 Released Previous Topic   Next Topic Topic: 10 Of editors and C 15

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use