程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 編程語言 >> 網頁編程 >> PHP編程 >> 關於PHP編程 >> 安裝最新版本的PHPUnit後,不能使用

安裝最新版本的PHPUnit後,不能使用

編輯:關於PHP編程

我使用的是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

  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved