I had a problem when installed PHPUnit, i couldn't open a connection when used pear channel-discover (website pear.phpunit.de is normal and i still use channel-info or clear-cache normally). I tried many ways but failed.
I hope a help from you,
Thank everyone very much,
Command line: pear channel-discover pear.phpunit.de
Error: ...Connection to 'pear.phpunit.de:80' failed: A connection attempt...because connected host has failed to respond
0
votes
1 Answers
1
votes
You are not supposed to use pear distribution for phpunit anymore.
The only valid day to install it these days is composer. Here are the instructions on how to do that.
Relevant Sebastian Bergmann tweets: