8000 Add no-interaction for SYMFONY_PHPUNIT_REMOVE · symfony/symfony@d1eda26 · GitHub
[go: up one dir, main page]

Skip to content

Commit d1eda26

Browse files
Add no-interaction for SYMFONY_PHPUNIT_REMOVE
1 parent 7080940 commit d1eda26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bridge/PhpUnit/bin/simple-phpunit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@
226226
@copy("$PHPUNIT_VERSION_DIR/phpunit.xsd", 'phpunit.xsd');
227227
chdir("$PHPUNIT_VERSION_DIR");
228228
if ($SYMFONY_PHPUNIT_REMOVE) {
229-
$passthruOrFail("$COMPOSER remove --no-update ".$SYMFONY_PHPUNIT_REMOVE);
229+
$passthruOrFail("$COMPOSER remove --no-update --no-interaction ".$SYMFONY_PHPUNIT_REMOVE);
230230
}
231231
if (5.1 <= $PHPUNIT_VERSION && $PHPUNIT_VERSION < 5.4) {
232232
$passthruOrFail("$COMPOSER require --no-update phpunit/phpunit-mock-objects \"~3.1.0\"");

0 commit comments

Comments
 (0)
0