Skip to content

Commit f88e73e

Browse files
committed
Overwrite phpunit bridge files
1 parent 1952928 commit f88e73e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,9 @@ install:
242242
phpenv global $PHP
243243
([[ $deps ]] && cd src/Symfony/Component/HttpFoundation; composer config platform.ext-mongodb 1.6.0; composer require --dev --no-update mongodb/mongodb)
244244
tfold 'composer update' $COMPOSER_UP
245+
rm -fr vendor/symfony/phpunit-bridge -fr && cp -r src/Symfony/Bridge/PhpUnit/ vendor/symfony/phpunit-bridge
245246
tfold 'phpunit install' ./phpunit install
247+
cat vendor/symfony/phpunit-bridge/DeprecationErrorHandler/Deprecation.php
246248
if [[ $deps = high ]]; then
247249
echo "$COMPONENTS" | parallel --gnu "tfold {} 'cd {} && $COMPOSER_UP && $PHPUNIT_X$LEGACY'"
248250
elif [[ $deps = low ]]; then

0 commit comments

Comments
 (0)