Skip to content

Commit 4c4c6f4

Browse files
committed
remove options not compatible with latest phpunit version
1 parent 96b21ba commit 4c4c6f4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

phpunit.xml.dist

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
convertNoticesToExceptions="true"
77
convertWarningsToExceptions="true"
88
processIsolation="false"
9-
stopOnFailure="false"
10-
syntaxCheck="false">
9+
stopOnFailure="false">
1110
<testsuites>
1211
<testsuite name="PhpWord Test Suite">
1312
<directory>./tests/PhpWord</directory>
@@ -22,7 +21,7 @@
2221
</whitelist>
2322
</filter>
2423
<logging>
25-
<log type="coverage-html" target="./build/coverage" charset="UTF-8" highlight="true" />
24+
<log type="coverage-html" target="./build/coverage" />
2625
<log type="coverage-clover" target="./build/logs/clover.xml" />
2726
</logging>
2827
</phpunit>

0 commit comments

Comments
 (0)