FIX: Fix PHPUnit operation on PHP 7.4

Fixes #9062
This commit is contained in:
Sam Minnee 2019-06-14 15:57:40 +12:00
parent 3712e93d98
commit 1ee03da657
2 changed files with 1 additions and 2 deletions

View File

@ -55,8 +55,6 @@ matrix:
env:
- DB=MYSQL
- PHPUNIT_TEST=cms
allow_failures:
- php: 7.4snapshot
before_script:
# Extra $PATH

View File

@ -55,6 +55,7 @@
},
"require-dev": {
"phpunit/phpunit": "^5.7",
"sminnee/phpunit-mock-objects": "^3.4.5",
"silverstripe/versioned": "^1"
},
"provide": {