Skip to content

Commit 5fccca0

Browse files
committed
Fix
1 parent 973812e commit 5fccca0

File tree

2 files changed

+2
-34
lines changed

2 files changed

+2
-34
lines changed

Diff for: phpunit8.xml renamed to phpunit.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
</testsuite>
1111
</testsuites>
1212

13-
<source>
13+
<coverage processUncoveredFiles="true">
1414
<include>
1515
<directory suffix=".php">./src</directory>
1616
</include>
1717
<exclude>
1818
<directory>./vendor</directory>
1919
<directory>./tests</directory>
2020
</exclude>
21-
</source>
21+
</coverage>
2222
</phpunit>

Diff for: phpunit7.xml

-32
This file was deleted.

0 commit comments

Comments
 (0)