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 01ccae8 commit 34d2781Copy full SHA for 34d2781
src/Symfony/Bridge/PhpUnit/bin/simple-phpunit
@@ -77,7 +77,9 @@ if (!file_exists("$PHPUNIT_DIR/phpunit-$PHPUNIT_VERSION/phpunit") || md5_file(__
77
$zip->extractTo(getcwd());
78
$zip->close();
79
chdir("phpunit-$PHPUNIT_VERSION");
80
- passthru("$COMPOSER remove --no-update ".$SYMFONY_PHPUNIT_REMOVE);
+ if ($SYMFONY_PHPUNIT_REMOVE) {
81
+ passthru("$COMPOSER remove --no-update ".$SYMFONY_PHPUNIT_REMOVE);
82
+ }
83
if (5.1 <= $PHPUNIT_VERSION && $PHPUNIT_VERSION < 5.4) {
84
passthru("$COMPOSER require --no-update phpunit/phpunit-mock-objects \"~3.1.0\"");
85
}
0 commit comments