Update PHPUnit configuration

This commit is contained in:
Sebastian Bergmann 2025-01-18 09:13:29 +01:00
parent 17e38c7a60
commit 11b6f654a9
No known key found for this signature in database
GPG Key ID: 4AA394086372C20A
1 changed files with 0 additions and 2 deletions

View File

@ -1,10 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
bootstrap="vendor/autoload.php"
cacheDirectory=".phpunit.cache"
executionOrder="depends,defects"
shortenArraysForExportThreshold="10"
requireCoverageMetadata="true"
beStrictAboutCoverageMetadata="true"
beStrictAboutOutputDuringTests="true"