我如何更新phpunit?

时间:2012-12-30 20:41:16

标签: php phpunit pear

我已经尝试了所有内容,包括https://stackoverflow.com/a/8740349/251311以及所有可能的频道升级和清除缓存命令。但仍然:

$ sudo pear install -a -f phpunit/PHPUnit
downloading PHPUnit-3.6.12.tgz ...
Starting to download PHPUnit-3.6.12.tgz (120,240 bytes)
..........................done: 120,240 bytes
install ok: channel://pear.phpunit.de/PHPUnit-3.6.12

,同时:

$ pear list-upgrades
Channel pear.php.net: No upgrades available
pear.phpunit.de Available Upgrades (stable):
============================================
Channel         Package            Local           Remote          Size
pear.phpunit.de PHPUnit            3.6.12 (stable) 3.7.10 (stable) 115kB
pear.phpunit.de PHPUnit_MockObject 1.1.1 (stable)  1.2.2 (stable)  19.9kB
pear.phpunit.de PHPUnit_Selenium   1.2.8 (stable)  1.2.11 (stable) 38kB
pear.phpunit.de PHP_CodeCoverage   1.1.4 (stable)  1.2.7 (stable)  155kB
pear.phpunit.de PHP_TokenStream    1.1.4 (stable)  1.1.5 (stable)  9.7kB
pear.phpunit.de Text_Template      1.1.3 (stable)  1.1.4 (stable)  3.6kB

对于一个暗示可能导致PEAR无法将phpunit升级到最新状态(使用PEAR)的人,将获得100分奖励。

2 个答案:

答案 0 :(得分:3)

好吧,我使用ubuntu lts 10.04,它有php 5.3.2版本。

虽然phpunit 3.7依赖于php> = 5.3.3(虽然它没有在任何地方明确显示)

答案 1 :(得分:1)

我将我的Ubuntu更新为12.10,它给了PHP 5.4.x,然后是更新版本的PHPUnit。我相信你需要PHP的5.4.x才能使用最新的PHPUnit。尝试将PHP更新为5.4.x,然后再次尝试PHPUnit更新。