8000 Run simple-phpunit with --no-suggest option · symfony/symfony@7c9a6c3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7c9a6c3

Browse files
committed
Run simple-phpunit with --no-suggest option
1 parent 9419535 commit 7c9a6c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ if (!file_exists("$PHPUNIT_DIR/phpunit-$PHPUNIT_VERSION/phpunit") || md5_file(__
7676
passthru("$COMPOSER require --no-update symfony/phpunit-bridge \"~3.4-beta5@dev|^4.0-beta5@dev\"");
7777
$prevRoot = getenv('COMPOSER_ROOT_VERSION');
7878
putenv("COMPOSER_ROOT_VERSION=$PHPUNIT_VERSION.99");
79-
$exit = proc_close(proc_open("$COMPOSER install --no-dev --prefer-dist --no-progress --ansi", array(), $p, getcwd(), null, array('bypass_shell' => true)));
79+
$exit = proc_close(proc_open("$COMPOSER install --no-dev --prefer-dist --no-suggest --no-progress --ansi", array(), $p, getcwd(), null, array('bypass_shell' => true)));
8080
putenv('COMPOSER_ROOT_VERSION'.(false !== $prevRoot ? '='.$prevRoot : ''));
8181
if ($exit) {
8282
exit($exit);

0 commit comments

Comments
 (0)
0