Fix mocking of objects for newer phpunit version

This commit is contained in:
Alexander Schranz 2020-02-13 00:23:11 +01:00
commit 537f61095f
29 changed files with 87 additions and 84 deletions

View file

@ -20,6 +20,7 @@ php:
- 7.1
- 7.2
- 7.3
- 7.4
matrix:
include:
@ -37,4 +38,4 @@ install:
- composer update --prefer-dist $COMPOSER_FLAGS
script:
- vendor/bin/phpunit --verbose
- vendor/bin/simple-phpunit --verbose