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 d9383a6 commit 2c2b9d8Copy full SHA for 2c2b9d8
1 file changed
phpunit.xml
@@ -9,6 +9,11 @@
9
beStrictAboutTestsThatDoNotTestAnything="true"
10
failOnRisky="true"
11
failOnWarning="true">
12
+ <coverage processUncoveredFiles="false">
13
+ <include>
14
+ <directory suffix=".php">src</directory>
15
+ </include>
16
+ </coverage>
17
<testsuites>
18
<testsuite name="Unit">
19
<directory suffix="Test.php">tests/Unit/</directory>
0 commit comments