Skip to content

Commit 5035f52

Browse files
committed
minor #46 Fixing tests for old PHPUnit versions (weaverryan)
This PR was merged into the master branch. Discussion ---------- Fixing tests for old PHPUnit versions There is an incorrect deprecation warning in an old version of PHPUnit. The PHPUnit Bridge 4.3 will fix this (by using a newer version of PHPUnit). To fix it for us, we can force PHP 7.1 to use a newer version. Commits ------- 44333e0 Fixing tests
2 parents 49a3caa + 44333e0 commit 5035f52

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ matrix:
1414
fast_finish: true
1515
include:
1616
- php: 7.1
17+
env: SYMFONY_PHPUNIT_VERSION=7.4
1718
- php: 7.1
18-
env: deps=high
19+
env: deps=high SYMFONY_PHPUNIT_VERSION=7.4
1920
- php: 7.2
2021
env: deps=low
2122
- php: 7.3

0 commit comments

Comments
 (0)