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 479f64c commit 7f5c7baCopy full SHA for 7f5c7ba
phpunit.xml
@@ -15,16 +15,6 @@
15
stopOnFailure="false"
16
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.0/phpunit.xsd"
17
>
18
- <coverage
19
- includeUncoveredFiles="true"
20
- pathCoverage="false"
21
- ignoreDeprecatedCodeUnits="false"
22
- disableCodeCoverageIgnore="false"
23
- >
24
- <report>
25
- <clover outputFile="build/logs/clover.xml"/>
26
- </report>
27
- </coverage>
28
<testsuites>
29
<testsuite name="Unit">
30
<directory suffix="Test.php">./tests/Unit</directory>
0 commit comments