Skip to content

Commit 586c8c7

Browse files
author
Xavier Marchegay
committed
Fixes #10
* upgrade phpunit configuration file
1 parent 81ec44f commit 586c8c7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

phpunit.xml.dist

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,14 @@
99
beStrictAboutOutputDuringTests="true"
1010
failOnRisky="true"
1111
failOnWarning="true">
12-
1312
<testsuites>
1413
<testsuite name="default">
1514
<directory>tests</directory>
1615
</testsuite>
1716
</testsuites>
18-
1917
<source>
2018
<include>
2119
<directory suffix=".php">src</directory>
2220
</include>
2321
</source>
24-
25-
<coverage>
26-
</coverage>
2722
</phpunit>

0 commit comments

Comments
 (0)