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 1952928 commit f88e73eCopy full SHA for f88e73e
.travis.yml
@@ -242,7 +242,9 @@ install:
242
phpenv global $PHP
243
([[ $deps ]] && cd src/Symfony/Component/HttpFoundation; composer config platform.ext-mongodb 1.6.0; composer require --dev --no-update mongodb/mongodb)
244
tfold 'composer update' $COMPOSER_UP
245
+ rm -fr vendor/symfony/phpunit-bridge -fr && cp -r src/Symfony/Bridge/PhpUnit/ vendor/symfony/phpunit-bridge
246
tfold 'phpunit install' ./phpunit install
247
+ cat vendor/symfony/phpunit-bridge/DeprecationErrorHandler/Deprecation.php
248
if [[ $deps = high ]]; then
249
echo "$COMPONENTS" | parallel --gnu "tfold {} 'cd {} && $COMPOSER_UP && $PHPUNIT_X$LEGACY'"
250
elif [[ $deps = low ]]; then
0 commit comments