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 e1434f9 commit 428d7c2Copy full SHA for 428d7c2
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