
02.09.2008
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



PHP Web Development with Macromedia Dreamweaver MX 2004
Allan Kent et. al
In PHP Web Development with Macromedia Dreamweaver MX 2004, authors Allan Kent and David Powers talk not only about Dreamweaver MX 2004 (DMX), but also discuss …