Tuesday, 2. September 2008
RC1 of PHPUnit 3.3.0 Released
On his blog recently,
Sebastian Bergmann published the first release Candidate of the upcoming version 3.3.0 of the Test frameworks, PHPUnit. The release candidate addresses particularly smaller improvements and fixes for the following:
· PHPUnit_Framework_Assert
· PHPUnit_Framework_TestCase
· PHPUnit_Extensions_Database_TestCase
· PHPUnit_Extensions_SeleniumTestCase
Moreover, this RC also adds in support for Behaviour-Driven Development (BDD), a Class Skeleton generator for the Test-Driven Development (TDD) and also adds in support for running PHPT files from the command-line.
Related Links
http://www.phpunit.de/wiki/ChangeLog33