Skip to content

Instantly share code, notes, and snippets.

@ozh
Created April 23, 2013 16:01
Show Gist options
  • Save ozh/5444908 to your computer and use it in GitHub Desktop.
Save ozh/5444908 to your computer and use it in GitHub Desktop.
Install PHPUnit from PHAR file

Download http://pear.phpunit.de/get/phpunit.phar

Edit ~/.bash_profile:

alias php="d:/online/xampp/php/php.exe"
alias phpunit="php d:/online/xampp/php/phpunit.phar"

In any directory: phpunit test.php

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment