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 ca3002a commit 37b38c8Copy full SHA for 37b38c8
phpunit.xml
@@ -14,16 +14,6 @@
14
beStrictAboutTodoAnnotatedTests="true"
15
verbose="false"
16
convertDeprecationsToExceptions="true">
17
- <coverage processUncoveredFiles="true">
18
- <include>
19
- <directory suffix=".php">src</directory>
20
- </include>
21
- <report>
22
- <clover outputFile="tests/tmp/clover.xml"/>
23
- <text outputFile="php://stdout" showUncoveredFiles="true" showOnlySummary="true"/>
24
- </report>
25
- </coverage>
26
-
27
<testsuites>
28
<testsuite name="PHPStan">
29
<directory suffix="Test.php">tests/PHPStan</directory>
0 commit comments