pear channel-discover pear.phpunit.de
pear channel-discover components.ez.no
pear install phpunit/phploc
At first I was getting errors:
phpunit/File_Iterator requires PEAR Installer (version >= 1.9.1), installed version is 1.9.0
phpunit/phploc requires package "phpunit/File_Iterator" (version >= 1.2.0)
No valid packages found
install failed
But running:
pear upgrade-all
fixed all the errors.
No comments:
Post a Comment