PHPUnit 3.5 Beta 1
To celebrate the 15th birthday of PHP, I have released PHPUnit 3.5 Beta 1 today. The refactoring towards components is a "new feature" that is already visible upon installation:
sb@vmware ~ % pear install phpunit/PHPUnit-beta phpunit/PHPUnit can optionally use PHP extension "dbus" downloading PHPUnit-3.5.0beta1.tgz ... Starting to download PHPUnit-3.5.0beta1.tgz (105,588 bytes) ........................done: 105,588 bytes downloading DbUnit-1.0.0beta1.tgz ... Starting to download DbUnit-1.0.0beta1.tgz (38,209 bytes) ...done: 38,209 bytes downloading File_Iterator-1.2.1.tgz ... Starting to download File_Iterator-1.2.1.tgz (3,225 bytes) ...done: 3,225 bytes downloading Text_Template-1.0.0.tgz ... Starting to download Text_Template-1.0.0.tgz (2,493 bytes) ...done: 2,493 bytes downloading PHP_CodeCoverage-1.0.0beta1.tgz ... Starting to download PHP_CodeCoverage-1.0.0beta1.tgz (108,640 bytes) ...done: 108,640 bytes downloading PHP_Timer-1.0.0.tgz ... Starting to download PHP_Timer-1.0.0.tgz (2,536 bytes) ...done: 2,536 bytes downloading PHPUnit_MockObject-1.0.0beta1.tgz ... Starting to download PHPUnit_MockObject-1.0.0beta1.tgz (15,816 bytes) ...done: 15,816 bytes downloading PHPUnit_Selenium-1.0.0beta1.tgz ... Starting to download PHPUnit_Selenium-1.0.0beta1.tgz (15,298 bytes) ...done: 15,298 bytes downloading PHP_TokenStream-1.0.0beta1.tgz ... Starting to download PHP_TokenStream-1.0.0beta1.tgz (7,023 bytes) ...done: 7,023 bytes install ok: channel://pear.phpunit.de/File_Iterator-1.2.1 install ok: channel://pear.phpunit.de/Text_Template-1.0.0 install ok: channel://pear.phpunit.de/PHP_Timer-1.0.0 install ok: channel://pear.phpunit.de/PHP_TokenStream-1.0.0beta1 install ok: channel://pear.phpunit.de/PHP_CodeCoverage-1.0.0beta1 install ok: channel://pear.phpunit.de/PHPUnit-3.5.0beta1 install ok: channel://pear.phpunit.de/DbUnit-1.0.0beta1 install ok: channel://pear.phpunit.de/PHPUnit_MockObject-1.0.0beta1 install ok: channel://pear.phpunit.de/PHPUnit_Selenium-1.0.0beta1
Happy Birthday PHP! And have fun testing (with) PHPUnit 3.5!
08/06/2010 at 12:59 Permalink
Reply
25/06/2010 at 23:07 Permalink
Reply
23/07/2010 at 17:06 Permalink
Reply
23/07/2010 at 21:21 Permalink
Reply
19/08/2010 at 01:48 Permalink
phpunit/File_Iterator requires PEAR Installer (version >= 1.9.1), installed version is 1.9.0
phpunit/phploc requires package "phpunit/File_Iterator" (version >= 1.2.0)
No valid packages found
install failed
But doing an upgrade-all fixed it.
Reply