adjustments for PHPUnit 8

Added result cache to .gitignore and replaced assertInternalType() by
assertIsArray() with backwords compatibility for PHP 5 builds.
This commit is contained in:
2019-03-12 17:57:26 +01:00
parent 2eb08ce673
commit 0822537f0e
3 changed files with 17 additions and 4 deletions

3
.gitignore vendored
View File

@ -4,4 +4,5 @@ composer.lock
/dist/
.idea
tests-clover.xml
tests-junit.xml
tests-junit.xml
.phpunit.result.cache