Skip to content

Commit 7d64fd5

Browse files
committed
update phpunit.xml.dist
I do not know how to solve. --- $ composer test > phpunit PHPUnit 8.5.2 by Sebastian Bergmann and contributors. Runtime: PHP 7.4.2 with Xdebug 2.9.2 Configuration: /path/to/cakephp-api-pagination/phpunit.xml.dist Warning - The configuration file did not pass validation! The following problems have been detected: Line 34: - Element 'log', attribute 'charset': The attribute 'charset' is not allowed. - Element 'log', attribute 'yui': The attribute 'yui' is not allowed. - Element 'log', attribute 'highlight': The attribute 'highlight' is not allowed. Test results may not be as expected. ...... 6 / 6 (100%) Time: 250 ms, Memory: 12.00 MB OK (6 tests, 6 assertions) Generating code coverage report in Clover XML format ... done [6 ms] Generating code coverage report in HTML format ... done [10 ms] ---
1 parent 88f2991 commit 7d64fd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<logging>
3232
<log type="tap" target="build/report.tap"/>
3333
<log type="junit" target="build/report.junit.xml"/>
34-
<log type="coverage-html" target="build/coverage" charset="UTF-8" yui="true" highlight="true"/>
34+
<log type="coverage-html" target="build/coverage"/>
3535
<log type="coverage-text" target="build/coverage.txt"/>
3636
<log type="coverage-clover" target="build/logs/clover.xml"/>
3737
</logging>

0 commit comments

Comments
 (0)