安装phpunit中的问题 - 尝试回退到https而不是通道phpunit上的http

pea*_*oft 5 php xampp phpunit

我尝试在xampp中安装phpunit时收到此错误.

C:\xampp\php>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
Run Code Online (Sandbox Code Playgroud)

edo*_*ian 11

你需要做一个

pear channel-discover pear.phpunit.de
Run Code Online (Sandbox Code Playgroud)

在发出安装命令之前.


除了那个注意,xampp通常附带一个旧的(破损)版本的梨.

请确保安装了当前版本pear version.应该说1.9.4.

如果不是不尝试升级xampp发运的梨.虽然可以付出很多努力,但是安装一个干净,新鲜的梨而不是固定破碎的东西要容易得多.

请参阅:梨安装

  • !!!!! PHP单元没有更长时间支持梨安装!!!!! 见http://phpunit.de/manual/current/en/installation.html (2认同)