We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6188ee8 commit d4e9da7Copy full SHA for d4e9da7
1 file changed
build/phpunit.xml
@@ -3,9 +3,9 @@
3
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd" backupGlobals="false" colors="true"
5
bootstrap="../vendor/autoload.php">
6
- <coverage>
+ <coverage processUncoveredFiles="true">
7
<include>
8
- <directory>../src</directory>
+ <directory suffix=".php">../src</directory>
9
</include>
10
<report>
11
<clover outputFile="./logs/clover.xml"/>
@@ -20,4 +20,4 @@
20
</testsuite>
21
</testsuites>
22
<logging/>
23
-</phpunit>
+</phpunit>
0 commit comments