News Feed
Jobs Feed
Sections




News Archive
Sebastian Bergmann's Blog:
PHPUnit 3.0
December 26, 2005 @ 07:20:09

In his latest post today, Sebastian Bergmann announces the upcoming release of the latest version of the widely popular PHP unit testing suite - PHPUnit 3.0.

These past few days I have been busy hacking on what will become PHPUnit 3.0, hopefully already in January 2006.

The hallmark feature of PHPUnit 3.0 will be its support for Mock Objects. PHPUnit's Mock Object implementation has been initially developed by Jan Borsodi of eZ systems AS and is inspired by jMock.

While working with the Unit Tests for the Zend Framework I noticed that PHPUnit previously had no support for skipping the execution of a test, for instance when a required PHP extension is not available. PHPUnit 3.0 introduces the PHPUnit2_Framework_Assert::markTestSkipped() to mark a test as being skipped.

Chris Shiflett requested support for the Test Anything Protocol (TAP) which I added in the form of a respective PHPUnit2_Framework_TestListener implementation.

PHPUnit has become the de-facto standard for unit testing with PHP, and it's great to see so many more improvements coming from it. It's also good to see that, through it's efforts with the Zend Framework, it's also found some places it was lacking and fixed them right up.

0 comments voice your opinion now!
phpunit version three mock objects tap support phpunit version three mock objects tap support


blog comments powered by Disqus

Similar Posts

Mark van der Velden's Blog: Multiple PHP versions on one webserver

Zumba Engineering Blog: Mongounit Project Open Sourced

/Dev/Hell Podcast: Episode 30: It's Episode 30, You Guys

Pierre-Alain Joye's Blog: Initial PHP4 support for htscanner

Sandro Groganz\'s Blog: The Future of eZ publish and eZ components


Community Events











Don't see your event here?
Let us know!


composer podcast unittest testing code zendframework2 example release opinion introduction interview series api community database functional framework development language phpunit

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework