20:53 09.07.2011
Installing PHPUnit 3.5.x on Ubuntu 10.10 Ubuntu 10.10 comes with an older (3.4.13) version of PHPUnit. Our goal is to upgrade to current 3.5.x version which is recommended to use.
First lets install php-pear package:
sudo apt-get install php-pear
This is what we have after installing it:
alex@Alex-Laptop:~$ pear -V
PEAR Version
(
Read more... )