Skip to content

Commit cba444d

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ 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
246247
if [[ $deps = high ]]; then
247248
echo "$COMPONENTS" | parallel --gnu "tfold {} 'cd {} && $COMPOSER_UP && $PHPUNIT_X$LEGACY'"

0 commit comments

Comments
 (0)