News Feed
Jobs Feed
Sections




News Archive
Sebastian Bergmann:
Using PHPUnit from a PHP Archive (PHAR)
October 08, 2012 @ 10:18:52

PHPUnit, the popular PHP unit testing tool, has undergone some changes in its methods of deployment. First it was integrated into the Composer/Packagist dependency management system and now it's been implemented as a phar archive. Sebastian Bergmann explains how to use it in his latest post.

Downloading a single file to use PHPUnit? Not an idea that is too phar out anymore! Starting with version 3.7.5, PHPUnit seems to finally work correctly when packaged as a PHP Archive (PHAR).

He includes a list of steps you can follow to pull down the latest code and use the phar branch that executes with the archive file instead of the local "phpunit" executable. Of course, you can still (as always) install PHPUnit via the PEAR process as well.

0 comments voice your opinion now!
phpunit phar archive tutorial checkout execute


blog comments powered by Disqus

Similar Posts

SitePoint PHP Blog: Redirecting Old URLs in WordPress

DevShed: Validating User Input with the Strategy Pattern

NETTUTS.com: Build an RSS 2.0 Feed with CodeIgniter

Kevin Schroeder's Blog: Zend_Server

PHPClasses.org: Upcoming PHP 5.3 features and beyond


Community Events











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


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

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