8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c2a67f commit 7ce51e0Copy full SHA for 7ce51e0
src/Symfony/Bridge/PhpUnit/bin/simple-phpunit
@@ -48,6 +48,7 @@ if (!file_exists("$PHPUNIT_DIR/phpunit-$PHPUNIT_VERSION/phpunit") || md5_file(__
48
$zip->extractTo(getcwd());
49
$zip->close();
50
chdir("phpunit-$PHPUNIT_VERSION");
51
+ putenv("COMPOSER_ROOT_VERSION=$PHPUNIT_VERSION");
52
passthru("$COMPOSER remove --no-update ".(getenv('SYMFONY_PHPUNIT_REMOVE') ?: 'phpspec/prophecy symfony/yaml'));
53
if (5.1 <= $PHPUNIT_VERSION && $PHPUNIT_VERSION < 5.4) {
54
passthru("$COMPOSER require --no-update phpunit/phpunit-mock-objects \"~3.1.0\"");
0 commit comments