Skip to content

Commit 9effd3c

Browse files
committed
Address deprecation from the phpunit bridge
1 parent 492f792 commit 9effd3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cache:
1717

1818
script:
1919
- >
20-
SYMFONY_DEPRECATIONS_HELPER=weak_vendors
20+
SYMFONY_DEPRECATIONS_HELPER="max[self]=0"
2121
SYMFONY_PHPUNIT_VERSION=8.5.2
2222
vendor/bin/simple-phpunit
2323

0 commit comments

Comments
 (0)