News Feed
Jobs Feed
Sections




News Archive
Mike Purcell's Blog:
Use PHPUnit without PEAR
January 26, 2012 @ 09:48:00

Mike Purcell has a new post to his blog showing a method he's followed to be able to use the popular PHPUnit unit testing software without having to go through the PEAR installer to get there.

PHPUnit is a great tool to protect us developers from introducing new defects when adding new features or re-factoring code. However there is one HUGE downside to PHPUnit; it must be installed using PEAR. Personally, I don't like 'auto-installers', I'd prefer to know what exactly is happening behind the scenes with regards to which libraries are required and how they are being called. [...] After breaking down the PHPUnit source code, I realized it could be installed without going through PEAR, and without too much headache.

He walks you through the directories you'll need to set up (test/vendor), the commands you'll need to get the latest version and unpack it, changes to set up some symlinks and updating the PHPUnit source to modify the autoloader, bootstrap and phpunit executable.

0 comments voice your opinion now!
pear phpunit without installer autoinstall package management


blog comments powered by Disqus

Similar Posts

Juozas Kaziukenas' Blog: HTML filtering and XSS protection

Community News: Latest PEAR Releases for 12.10.2007

Mike Purcell's Blog: Use PHPUnit without PEAR

Sebastian Bergmann\'s Blog: PHPUnit Talk at PHP Usergroup Munich

Community News: PEAR Project Looses Valued Contributor - Bertrand Gugger


Community Events











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


unittest functional podcast development framework community code zendframework2 language testing opinion interview phpunit introduction object example series tool application release

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