Commit 7d64fd5
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
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments