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 96b21ba commit 4c4c6f4Copy full SHA for 4c4c6f4
phpunit.xml.dist
@@ -6,8 +6,7 @@
6
convertNoticesToExceptions="true"
7
convertWarningsToExceptions="true"
8
processIsolation="false"
9
- stopOnFailure="false"
10
- syntaxCheck="false">
+ stopOnFailure="false">
11
<testsuites>
12
<testsuite name="PhpWord Test Suite">
13
<directory>./tests/PhpWord</directory>
@@ -22,7 +21,7 @@
22
21
</whitelist>
23
</filter>
24
<logging>
25
- <log type="coverage-html" target="./build/coverage" charset="UTF-8" highlight="true" />
+ <log type="coverage-html" target="./build/coverage" />
26
<log type="coverage-clover" target="./build/logs/clover.xml" />
27
</logging>
28
</phpunit>
0 commit comments