I\'m trying to tell pear that where to find PHPUnit by using this command:
pear
sudo pear channel-discover pear.phpunit.de
The ou
Most people just composer nowadays. But since you seem to be on Ubuntu you can always do:
sudo apt-get install phpunit