X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Finstall-phpunit.sh;h=022f998e814421c2ef2ecbaf3f2081c784b88af1;hb=5bece4a5f145f695b407c840bb6fd5496a8e19d4;hp=1f6029357ccc4623452823fdfa52712af2994040;hpb=fd0ff7a312126ca68e2ce4a11418d7854395f46a;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/install-phpunit.sh b/tests/phpunit/install-phpunit.sh index 1f6029357c..022f998e81 100755 --- a/tests/phpunit/install-phpunit.sh +++ b/tests/phpunit/install-phpunit.sh @@ -20,7 +20,8 @@ else if ( has_binary pear ); then pear channel-discover components.ez.no pear channel-discover pear.symfony.com pear update-channels - pear install --alldeps phpunit/PHPUnit + #Temporary fix for 64597 + pear install --alldeps phpunit/PHPUnit-3.7.35 else if ( has_binary apt-get ); then echo Installing phpunit with apt-get apt-get install phpunit