安装最新版本的PHPUnit后,不能使用
程序员文章站
2022-06-14 10:26:33
...
我使用的是widows系统。本来3.7.8版本的Phpunit用的是非常顺畅的,最近重新安装phpunit,安装了最小版本,然后在使用的时候就会报很多各种错误。无奈之下只能降版本到3.7.8
首先要卸载PHPUnit 4.0的所有依赖
pear uninstall phpunit/PHPUnit
pear uninstall phpunit/DbUnit
pear uninstall phpunit/PHP_CodeCoverage
pear uninstall phpunit/File_Iterator
pear uninstall phpunit/Text_Template
pear uninstall phpunit/PHP_Timer
pear uninstall phpunit/PHPUnit_MockObject
pear uninstall phpunit/PHPUnit_Selenium
pear uninstall pear.symfony-project.com/YAML
然后挨个安装组件,按照自己的情况安装吧
pear install pear.symfony-project.com/YAML
pear install phpunit/PHPUnit_Selenium
pear install phpunit/PHPUnit_MockObject
pear install phpunit/PHP_Timer
pear install phpunit/File_Iterator
pear install phpunit/PHP_CodeCoverage
pear install phpunit/Text_Template
pear install phpunit/DbUnit
pear install phpunit/PHPUnit-3.7.8
我现在使用的是pear安装方式,这个方式将会在2014年12月31日停止支持
顺带分享一下搜集到的一些安装教程
PHPUnit.rar
也可以从这个地址下载http://download.csdn.net/download/loneleaf1/7466543
上一篇: PHP 字体修改的有关问题
推荐阅读
-
修复CentOS7升级Python到3.6版本后yum不能正确使用的解决方法
-
git使用reset回退版本后找不到最新版本的解决办法
-
widows10 安装1803 版本后不能访问网络上的机器解决方法
-
安装最新版本的PHPUnit后,不能使用
-
解决nvm下载安装node后npm安装失败且不能使用的问题
-
修复CentOS7升级Python到3.6版本后yum不能正确使用的解决方法
-
安装pyecharts1.8.0版本后导入pyecharts模块绘图时报错: “所有图表类型将在 v1.9.0 版本开始强制使用 ChartItem 进行数据项配置 ”的解决方法
-
安装最新版本的PHPUnit后,不能使用_PHP教程
-
安装/升级到 Deepin 15.7 后不能使用 CrossOver 的解决方法
-
widows10 安装1803 版本后不能访问网络上的机器解决方法