Created
April 1, 2013 21:01
-
-
Save biswarupadhikari/5287731 to your computer and use it in GitHub Desktop.
PHPunit Testing Installation Ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
for more info visit http://www.giocc.com/installing-phpunit-on-ubuntu-11-04-natty-narwhal.html