我几天前使用PEAR安装程序安装了PHPUnit(我还安装了Selenium RC以便在PHP中进行测试).现在我要卸载它(也删除所有相关的文件夹和文件)
我运行了以下命令:
pear uninstall phpunit/PHPUnit
Run Code Online (Sandbox Code Playgroud)
和控制台显示:
phpunit/PHPUnit not installed
Run Code Online (Sandbox Code Playgroud)
我检查了PHPUnit文件夹,它还在那里?
它被卸载了吗?我尝试重新安装一个新的PHPUnit,但控制台显示:
No releases available for package "pear.phpunit.de/PHPUnit"
Run Code Online (Sandbox Code Playgroud)
我该如何重新安装?
这是输出pear list -c pear.phpunit.de:

这是输出pear list -c pear.phpunit.de:

目前,我安装了phpunit.我使用OS win 10.我想我从https://phpunit.de/安装了新版本(当前版本5.6,测试版5.7).但是当使用命令行检查版本时,它的版本为3.7. 我的版本PHP单位
我读了这些帖子:我如何更新phpunit?.但我无法理解.帮我 !!!:(