Skip to content

Instantly share code, notes, and snippets.

@biswarupadhikari
Created April 1, 2013 21:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save biswarupadhikari/5287731 to your computer and use it in GitHub Desktop.
Save biswarupadhikari/5287731 to your computer and use it in GitHub Desktop.
PHPunit Testing Installation Ubuntu
$ sudo apt-get install phpunit
$ sudo pear upgrade pear
$ sudo pear channel-discover pear.phpunit.de
$ sudo pear channel-discover components.ez.no
$ sudo pear channel-discover pear.symfony.com
$ sudo pear install --alldeps phpunit/PHPUnit
#Make Sure It Works
$ phpunit --version
PHPUnit 3.5.5 by Sebastian Bergmann.
@biswarupadhikari
Copy link
Author

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