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 74c2853 commit c0b5b02Copy full SHA for c0b5b02
phpunit.xml
@@ -2,13 +2,7 @@
2
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.4/phpunit.xsd"
4
bootstrap="vendor/autoload.php"
5
- cacheDirectory=".phpunit.cache"
6
- executionOrder="depends,defects"
7
- requireCoverageMetadata="true"
8
- beStrictAboutCoverageMetadata="true"
9
- beStrictAboutOutputDuringTests="true"
10
- failOnRisky="true"
11
- failOnWarning="true">
+ colors="true">
12
<testsuites>
13
<testsuite name="default">
14
<directory>tests</directory>
0 commit comments