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 7080940 commit d1eda26Copy full SHA for d1eda26
src/Symfony/Bridge/PhpUnit/bin/simple-phpunit.php
@@ -226,7 +226,7 @@
226
@copy("$PHPUNIT_VERSION_DIR/phpunit.xsd", 'phpunit.xsd');
227
chdir("$PHPUNIT_VERSION_DIR");
228
if ($SYMFONY_PHPUNIT_REMOVE) {
229
- $passthruOrFail("$COMPOSER remove --no-update ".$SYMFONY_PHPUNIT_REMOVE);
+ $passthruOrFail("$COMPOSER remove --no-update --no-interaction ".$SYMFONY_PHPUNIT_REMOVE);
230
}
231
if (5.1 <= $PHPUNIT_VERSION && $PHPUNIT_VERSION < 5.4) {
232
$passthruOrFail("$COMPOSER require --no-update phpunit/phpunit-mock-objects \"~3.1.0\"");
0 commit comments