From 1b428df90f82df89b418330b6479a6b8dd47a777 Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Mon, 9 Nov 2015 17:10:51 +0100 Subject: [PATCH] [ci] Tmp force phpunit/phpunit-mock-objects <= 3.0.0 --- phpunit | 1 + 1 file changed, 1 insertion(+) diff --git a/phpunit b/phpunit index 6830e3a77a..0b8e2e3d3c 100755 --- a/phpunit +++ b/phpunit @@ -49,6 +49,7 @@ if (!file_exists("$PHPUNIT_DIR/phpunit-$PHPUNIT_VERSION/phpunit") || md5_file(__ $zip->close(); chdir("phpunit-$PHPUNIT_VERSION"); passthru("$COMPOSER remove --no-update symfony/yaml"); + passthru("$COMPOSER require --no-update phpunit/phpunit-mock-objects \"<=3.0.0\""); passthru("$COMPOSER require --dev --no-update symfony/phpunit-bridge \">=2.8@dev\""); passthru("$COMPOSER install --prefer-source --no-progress --ansi"); file_put_contents('phpunit', <<