Skip to content

Commit f107a0a

Browse files
minor symfony#16507 [ci] Tmp force phpunit/phpunit-mock-objects <= 3.0.0 (nicolas-grekas)
This PR was merged into the 2.3 branch. Discussion ---------- [ci] Tmp force phpunit/phpunit-mock-objects <= 3.0.0 | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - To make tests green again until sebastianbergmann/phpunit-mock-objects#272 or sebastianbergmann/phpunit-mock-objects#268 is merged+tagged. Commits ------- 1b428df [ci] Tmp force phpunit/phpunit-mock-objects <= 3.0.0
2 parents 3d41d93 + 1b428df commit f107a0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

phpunit

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ if (!file_exists("$PHPUNIT_DIR/phpunit-$PHPUNIT_VERSION/phpunit") || md5_file(__
4949
$zip->close();
5050
chdir("phpunit-$PHPUNIT_VERSION");
5151
passthru("$COMPOSER remove --no-update symfony/yaml");
52+
passthru("$COMPOSER require --no-update phpunit/phpunit-mock-objects \"<=3.0.0\"");
5253
passthru("$COMPOSER require --dev --no-update symfony/phpunit-bridge \">=2.8@dev\"");
5354
passthru("$COMPOSER install --prefer-source --no-progress --ansi");
5455
file_put_contents('phpunit', <<<EOPHP

0 commit comments

Comments
 (0)