The Artima Developer Community
Sponsored Link

PHP Buzz Forum
PHPUnit 2.3

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.
PHPUnit 2.3 Posted: Oct 12, 2005 10:40 AM
Reply to this message Reply

This post originated from an RSS feed registered with PHP Buzz by Sebastian Bergmann.
Original Post: PHPUnit 2.3
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
Today I released Version 2.3 of PHPUnit, which is an open source framework for test-driven development in any PHP-based code that automates unit testing and reduces the effort required to frequently test code while developing it.

In addition to some bugfixes, this release introduces a new assertion method (assertNotEquals()), new API methods (addTestFile() and addTestFiles() were added to PHPUnit2_Framework_TestSuite, for instance), and improvements to the Code Coverage, Test Skeleton Generator, and TextDox features.

The most notable improvement is that the standard testsuite loader now checks the test suite sourcefile for syntax errors before loading it. Before, a syntax error in the test suite sourcefile caused a termination of the TextUI test runner, for instance, without any error information being printed. Please note that sourcefiles included by the test suite sourcefile are not checked. This might be implemented at a later time utilizing the sandboxed interpreter feature of the Runkit extension.

Read: PHPUnit 2.3

Topic: FGC Previous Topic   Next Topic Topic: Leven devis

Sponsored Links



Google
  Web Artima.com   

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