I have had to de- and reinstall a newer version of PHPUnit following these directions. Now when I'm launching this line
sudo pear install --alldeps phpunit/PHPUnit
I see an error message, that looks like this.
Unknown remote channel: pear.symfony.com
phpunit/PHPUnit requires package "channel://pear.symfony.com/Yaml" (version >= 2.1.0)
No valid packages found
If I install just Yaml by launching
sudo pear install symfony/YAML
an older version (1.0.6) will be installed that doesn't meet the dependency of PHPUnit. How can I possibly solve this?