Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Sebastian Bergmann's Blog:
PHPUnit 3.3
Sep 16, 2008 @ 13:57:08

Sebastian Bergmann has announced the release of the latest version of the popular PHP unit testing tool - PHPUnit 3.3:

This release is a major improvement to the popular open source testing solution for PHP applications. It includes new features and bug fixes.

Some of the highlights for this new release include:

  • Improvements and Fixes for PHPUnit_Framework_Assert
  • Improvements and Fixes for PHPUnit_Framework_TestCase
  • Improvements and Fixes for PHPUnit_Extensions_Database_TestCase
  • Improvements and Fixes for PHPUnit_Extensions_SeleniumTestCase

You can find out more about the complete changes in the Changelog or just grab the latest version from the PHPUnit site.

tagged: phpunit release unittest framework extensons

Link:


Trending Topics: