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.
2 parents 3574578 + 4f93cc1 commit 7950851Copy full SHA for 7950851
src/Symfony/Bridge/PhpUnit/bin/simple-phpunit.php
@@ -165,7 +165,7 @@
165
}
166
167
$info = [];
168
- foreach (explode("\n", `$COMPOSER info -a -n phpunit/phpunit "$PHPUNIT_VERSION.*"`) as $line) {
+ foreach (explode("\n", `$COMPOSER info --no-ansi -a -n phpunit/phpunit "$PHPUNIT_VERSION.*"`) as $line) {
169
$line = rtrim($line);
170
171
if (!$info && preg_match('/^versions +: /', $line)) {
0 commit comments