PHPUnit 3.0 Beta 1
Now that Derick has released the first release candidate of Xdebug 2 it is time for me to release a first beta version of PHPUnit 3.0.
A list of features is available as well as a list of changes. You can install PHPUnit using the PEAR Installer as shown below:
The PHPUnit Pocket Guide, which is the official documentation for PHPUnit, shows how to write tests and how to run tests to get you started.
Example reports generated by the new Code Coverage Report Generator are available for the eZ components as well as the Zend Framework.
Happy testing!
A list of features is available as well as a list of changes. You can install PHPUnit using the PEAR Installer as shown below:
pear channel-discover pear.phpunit.de pear install phpunit/PHPUnit-beta
PHPUnit and PHPUnit2 packages from the pear.php.net channel have to be uninstalled.The PHPUnit Pocket Guide, which is the official documentation for PHPUnit, shows how to write tests and how to run tests to get you started.
Example reports generated by the new Code Coverage Report Generator are available for the eZ components as well as the Zend Framework.
Happy testing!
09/10/2006 at 16:23 Permalink
I do have a project version controlled by svn. PHPUnit is included via svn:externals using svn://phpunit.de-Repository.
Is that repository up to date? Recently the "trunk" disappeared, was that on purpose?
Keep up the great work!
thx,
Tobias
Reply
09/10/2006 at 16:27 Permalink
Reply
09/10/2006 at 20:21 Permalink
-John
Reply
09/10/2006 at 20:30 Permalink
Reply
09/10/2006 at 23:50 Permalink
- John
Reply
10/10/2006 at 06:56 Permalink
Reply
25/02/2007 at 15:23 Permalink
What I have to do to get it work?
Reply
04/08/2007 at 19:10 Permalink
Reply
08/08/2008 at 12:58 Permalink
zend_extension = "...."
(without "_tx" at the end)
Reply