We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1339a6 commit 4a92a2aCopy full SHA for 4a92a2a
phpunit.xml
@@ -1,10 +1,8 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/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