Skip to content

Commit b837d6c

Browse files
Merge branch '4.3' into 4.4
* 4.3: Fix symfony/phpunit-bridge not up to date in phpunit 4.8 test suite Sync "not implementing the method" deprecations messages
2 parents 2583f32 + 2b82fda commit b837d6c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bin/simple-phpunit.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@
119119
if (5.1 <= $PHPUNIT_VERSION && $PHPUNIT_VERSION < 5.4) {
120120
passthru("$COMPOSER require --no-update phpunit/phpunit-mock-objects \"~3.1.0\"");
121121
}
122+
123+
passthru("$COMPOSER config --unset platform");
122124
if (file_exists($path = $root.'/vendor/symfony/phpunit-bridge')) {
123125
passthru("$COMPOSER require --no-update symfony/phpunit-bridge \"*@dev\"");
124126
passthru("$COMPOSER config repositories.phpunit-bridge path ".escapeshellarg(str_replace('/', DIRECTORY_SEPARATOR, $path)));

0 commit comments

Comments
 (0)