Skip to content

Commit 6dfc69f

Browse files
committed
Fix
1 parent 0be680e commit 6dfc69f

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

phpunit.xml.dist

-9
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phpunit bootstrap="vendor/autoload.php"
33
backupGlobals="false"
4-
backupStaticAttributes="false"
54
colors="true"
6-
verbose="true"
7-
convertErrorsToExceptions="true"
8-
convertNoticesToExceptions="true"
9-
convertWarningsToExceptions="true"
105
processIsolation="false"
116
stopOnFailure="false">
127

@@ -21,8 +16,4 @@
2116
<directory>./src</directory>
2217
</include>
2318
</source>
24-
25-
<logging>
26-
<log type="coverage-clover" target="clover.xml"/>
27-
</logging>
2819
</phpunit>

0 commit comments

Comments
 (0)