PHPUnit versions newer than 8 don't like our setUp function

See https://travis-ci.org/parsecsv/parsecsv-for-php/jobs/497446669
This commit is contained in:
Fonata
2019-02-23 13:21:54 +01:00
parent 67ed765eff
commit 5d766adc17

View File

@@ -8,10 +8,13 @@ php:
- 5.6
- 5.5
before_install:
- composer update
script:
- composer validate
- phpunit --version
- phpunit --configuration tests/phpunit.xml
- vendor/bin/phpunit --version
- vendor/bin/phpunit --configuration tests/phpunit.xml
notifications:
email: