I'm using the widows system. Originally 3.7.8 version of the phpunit with a very smooth, recently reinstalled PHPUnit, installed a minimum version, and then in the use of the time will be reported a lot of errors. Helpless under can only drop version to 3.7.8
First uninstall all dependencies of PHPUnit 4.0
Pear Uninstall phpunit/phpunitpear Uninstall phpunit/dbunitpear uninstall phpunit/php_codecoveragepear Uninstall Phpunit/file_iteratorpear Uninstall phpunit/text_templatepear Uninstall phpunit/php_timerpear Uninstall phpunit/ Phpunit_mockobjectpear Uninstall Phpunit/phpunit_seleniumpear Uninstall Pear.symfony-project.com/yaml
Then install the components one by one and install them according to your own situation.
Pear Install pear.symfony-project.com/yamlpear install phpunit/phpunit_seleniumpear install Phpunit/phpunit_ Mockobjectpear Install phpunit/php_timerpear install phpunit/file_iteratorpear install Phpunit/php_codecoveragepear Install phpunit/text_templatepear install phpunit/dbunitpear install phpunit/phpunit-3.7.8
I am now using the Pear installation method, which will stop the support on December 31, 2014
Incidentally, share some of the installation tutorials you've collected.
Phpunit.rar
You can also download http://download.csdn.net/download/loneleaf1/7466543 from this address
http://www.bkjia.com/PHPjc/780764.html www.bkjia.com true http://www.bkjia.com/PHPjc/780764.html techarticle I'm using the widows system. Originally 3.7.8 version of the phpunit with a very smooth, recently reinstalled PHPUnit, installed a minimum version, and then in the use of the time will be reported a lot of various errors ...