Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0454396

Browse files
Merge branch '3.3' into 3.4
* 3.3: Fix phpunit bridge (bis)
2 parents ed5f884 + 9de153b commit 0454396

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
@@ -70,7 +70,7 @@ if (!file_exists("$PHPUNIT_DIR/phpunit-$PHPUNIT_VERSION/phpunit") || md5_file(__
7070
}
7171
passthru("$COMPOSER require --no-update symfony/phpunit-bridge \">=3.3.11@dev\"");
7272
$prevRoot = getenv('COMPOSER_ROOT_VERSION');
73-
putenv("COMPOSER_ROOT_VERSION=$PHPUNIT_VERSION");
73+
putenv("COMPOSER_ROOT_VERSION=$PHPUNIT_VERSION.99");
7474
$exit = proc_close(proc_open("$COMPOSER install --no-dev --prefer-dist --no-progress --ansi", array(), $p, getcwd(), null, array('bypass_shell' => true)));
7575
putenv('COMPOSER_ROOT_VERSION'.(false !== $prevRoot ? '='.$prevRoot : ''));
7676
if ($exit) {

0 commit comments

Comments
 (0)