PHPUnit 3.4.0 released

A year (and a bit) after releasing PHPUNit 3.3.0 Sebastian Bergmann has released first stable version of new PHPUnit 3.4 line. Among lots of improvements and fixes, about which you can read in changlog, new version introduces support for test dependencies, fixture reuse and running tests in separated processes. Sebastian reveals also what new features PHPUnit 3.5 will have:

Work on PHPUnit 3.5 has already started: the php-code-coverage project on GitHub is home to a refactoring of PHPUnit’s code coverage functionality that will be one of the “hallmark features” of PHPUnit 3.5. It will also make PHPUnit’s code coverage functionality available outside the scope of PHPUnit.

PHPUnit is being used by Zend Framework team to write and run tests of the framework itself. It is also base library for Zend_Test component (Zend_Test_PHPUnit to be exact).



  • Share/Bookmark