
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





Open Source Web Development with LAMP
Derick Rethans
This book on LAMP is not primarily focused on PHP, actually quite a small part is devoted to PHP.It starts with a very brief explanation in …
MySQL Cookbook, Second Edition
Paul DuBois
A handy resource when you need quick solutions or techniques, this Cookbook addresses specific questions in using MySQL. You'll find dozens of short, focused pieces of …