We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b578b36 commit ad203f0Copy full SHA for ad203f0
phpunit.xml
@@ -1,10 +1,9 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
- xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.4/phpunit.xsd"
+ xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/12.5/phpunit.xsd"
4
bootstrap="vendor/autoload.php"
5
cacheDirectory=".phpunit.cache"
6
executionOrder="depends,defects"
7
- shortenArraysForExportThreshold="10"
8
requireCoverageMetadata="true"
9
beStrictAboutCoverageMetadata="true"
10
beStrictAboutOutputDuringTests="true"
0 commit comments