问题描述
解决方案
http://www.open-open.com/lib/view/open1434762738270.html
解决方案二:
问题补充:
1、采用Phing(2.3)+phpunit(4.8.21)进行测试;
2、环境是Wamp:php5.5 ;
3、phpunit 采用的是phar手动设置;参考站点:http://jenkins-php.org/installation.html
一直提示上面的问题,我看了一下phing下面的代码:发现if (version_compare($version, '3.6.0') < 0) {
throw new BuildException("PHPUnitTask requires PHPUnit version >= 3.6.0", $this->getLocation());
}
_可是,phing下面的phpunit下,并没有Version.php文件。
怀疑是,build.xml配置问题;或者是Phpunit依赖问题;查了两天,无果。
希望,搞过的,给与指点。不胜感激!!
时间: 2024-10-29 04:25:18