[TESTS] Update PHPUnit config to use coverage cache

This commit is contained in:
Hugo Sales 2022-10-28 00:04:25 +01:00
parent 1749cd81e4
commit 857e5a9c6f
No known key found for this signature in database
GPG Key ID: 7D0C7EAFC9D835A0

View File

@ -5,11 +5,11 @@
backupGlobals="false"
colors="true"
bootstrap="tests/bootstrap.php"
cacheDirectory="var/phpunit/coverage_cache"
cacheResultFile="var/phpunit/result_cache"
stopOnFailure="true"
stopOnError="true"
cacheResult="true"
cacheResultFile=".phpunit_cache"
executionOrder="defects">
cacheResult="true">
<coverage processUncoveredFiles="true">
<include>
<directory suffix=".php">src</directory>