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 008b8ab commit e03362cCopy full SHA for e03362c
phpunit.xml
@@ -1,4 +1,11 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
+<!--
3
+ ~ Copyright 2018 The WildPHP Team
4
+ ~
5
+ ~ You should have received a copy of the MIT license with the project.
6
+ ~ See the LICENSE file for more information.
7
+ -->
8
+
9
<phpunit bootstrap="vendor/autoload.php">
10
<testsuites>
11
<testsuite name="money">
@@ -10,4 +17,7 @@
17
<directory suffix=".php">src/</directory>
18
</whitelist>
12
19
</filter>
20
+ <logging>
21
+ <log type="coverage-clover" target="/tmp/coverage.xml" />
22
+ </logging>
13
23
</phpunit>
0 commit comments