-
-
Notifications
You must be signed in to change notification settings - Fork 384
Open
Description
Generating code coverage report in Clover XML format ...
Warning: DOMElement::setAttribute(): string is not in UTF-8 in ...\vendor\phpunit\php-code-coverage\src\Report\Clover.php on line 58
Versions:
"name": "phpunit/php-code-coverage",
"version": "4.0.x-dev",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
"reference": "31fbb24b4a5e7070a1e626318fabfe0fa1c1a18e"
},
"name": "phpunit/phpunit",
"version": "5.7.x-dev",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "951435d443b6cb60006e61e9ef132224f2b42265"
},
phpunit.xml.dist:
<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="vendor/autoload.php">
<testsuites>
<testsuite name="unit">
<directory suffix=".php">./tests/unit</directory>
</testsuite>
</testsuites>
<filter>
<whitelist processUncoveredFilesFromWhitelist="false">
<directory suffix=".php">./src</directory>
</whitelist>
</filter>
<logging>
<log type="coverage-clover" target="./build/phpunit/index.xml"/>
<log type="coverage-html" target="./build/phpunit/html"/>
</logging>
</phpunit>
Metadata
Metadata
Assignees
Labels
No labels