WAMP 上的 PHPUnit 安装出错

PHPUnit Installation on WAMP gives error

我在下面关注post

How to install PHPUnit with WAMP?

http://nishutayaltech.blogspot.in/2011/04/installing-phpunit-on-windows.html

但我仍然收到如下所述的错误

D:\wamp\bin\php\php5.5.12>pear channel-discover pear.phpunit.de Discovering channel pear.phpunit.de over http:// failed with message: channel-ad d: Cannot open "http://pear.phpunit.de/channel.xml" (File http://pear.phpunit.de :80/channel.xml not valid (received: HTTP/1.1 410 Gone )) Trying to discover channel pear.phpunit.de over https:// instead Discovery of channel "pear.phpunit.de" failed (channel-add: Cannot open "https:/ /pear.phpunit.de/channel.xml" (File https://pear.phpunit.de:443/channel.xml not valid (received: HTTP/1.1 410 Gone )))

D:\wamp\bin\php\php5.5.12>pear install --alldeps phpunit/PHPUnit Attempting to discover channel "phpunit"... Attempting fallback to https instead of http on channel "phpunit"... unknown channel "phpunit" in "phpunit/PHPUnit" invalid package name/package file "phpunit/PHPUnit" install failed

也无法找到 PEAR_ENV.reg 文件。

转到 Install PHP UNIT 并在 windows 部分。 :) 这可能对你有用...