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 606715b commit c101259Copy full SHA for c101259
src/Symfony/Bridge/PhpUnit/bin/simple-phpunit
@@ -89,7 +89,7 @@ if (!file_exists("$PHPUNIT_DIR/phpunit-$PHPUNIT_VERSION/phpunit") || md5_file(__
89
}
90
91
$info = array();
92
- 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) {
93
$line = rtrim($line);
94
95
if (!$info && preg_match('/^versions +: /', $line)) {
0 commit comments