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

View File

@@ -12,6 +12,6 @@
</filter>
<logging>
<log type="coverage-clover" target="tests-clover.xml"/>
<log type="junit" target="tests-junit.xml" logIncompleteSkipped="false"/>
<log type="junit" target="tests-junit.xml"/>
</logging>
</phpunit>