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

PHPMaster.com: Taking Advantage of PHP's Built-in Server

WebReference.com: Access Control (in a PHP5 CMS)

PHPBuilder.com: PHP with Apache on Windows? Piece of Cake!

DevShed: Introducing Static Members and Methods in PHP 5 (Part 1)

Evert Pot's Blog: PHPUnit3 : first impressions


Community Events









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


api functional event framework release interview podcast testing example conference community development opinion object code introduction zendframework2 composer phpunit language

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