如何升级phpunit的PHP_CodeCoverage

时间:2012-09-28 02:10:52

标签: phpunit

我有使用pyrus升级我的phpunit的问题,它总是输出类似:

Pyrus\Installer\Exception: Dependency validation failed for some packages to install, installation aborted  
Pyrus\Dependency\Exception: pear.phpunit.de/PHPUnit requires    package "channel://pear.phpunit.de/PHP_CodeCoverage" (version >= 1.2.1), installed version is 1.2.0  
Pyrus\Dependency\Exception: pear.phpunit.de/PHPUnit can optionally use package "channel://pear.phpunit.de/PHP_Invoker" (version >= 1.1.0)  

我使用-f标志强制将我的phpunit从3.7.0升级到3.7.1,但其他软件包仍然没有升级。

我曾尝试使用命令 php pyrus.phar升级phpunit / PHP_CodeCoverage 来升级PHP_CodeCoverage,但我得到的结果如下:

Skipping installed package pear.phpunit.de/PHP_CodeCoverage  

如何分别升级ohter包?

1 个答案:

答案 0 :(得分:0)

尝试--alldeps标记,应该有所帮助:http://pear.php.net/manual/en/guide.users.commandline.installing.php