News Feed
Jobs Feed
Sections




News Archive
Sebastian Bergmann's Blog:
PHPUnit 3.5 Upgrading Woes
October 22, 2010 @ 07:42:23

If you've been having issues upgrading to the latest version of PHPUnit (v3.5), Sebastian Bergmann might have the answer to your problems that's related to the PEAR installer and this bug.

The new dependencies of the PHPUnit package, such as PHPUnit_MockObject for instance, are installed first. The PHPUnit package itself is installed last. And herein lies the problem: PHPUnit_MockObject installs the new version of MockObject/Generator.php before the PHPUnit package is upgraded. This upgrade deletes the MockObject/Generator.php file as it previously belonged to the PHPUnit package.

He includes two complete file listings showing the difference in the structure before and after the upgrade. The PEAR installer is at fault due to a misunderstanding it has about where the MockObject/Generator.php file belongs. The only way to fix this, currently, is to force install the new subpackages instead of just an update - DbUnit, PHPUnit_MockObject and PHPUnit_Selenium. Instructions and a resulting files tree are included so you can insure your install is correct.

0 comments voice your opinion now!
phpunit upgrade pear installer mockobject


blog comments powered by Disqus

Similar Posts

php|architect: Geolocation: Easier Than It Looks

Sebastian Bergmann\'s Blog: PHPUnit Support in PHP IDEs

PHPied.com: SAP container for PEAR::Auth

Tony Bibbs' Blog: My Zends are Broken

Ilia Alshanetsky's Blog: FUDforum 2.7.7RC1 is out!


Community Events









Don't see your event here?
Let us know!


zendframework2 database tool unittest introduction opinion interview testing api framework community example release language event podcast development code object composer

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework