Lint XML
This commit is contained in:
parent
d9de44c44d
commit
55413fc10e
2 changed files with 4 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" ?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<phpdoc>
|
<phpdoc>
|
||||||
<title>Alltube Download library documentation</title>
|
<title>Alltube Download library documentation</title>
|
||||||
</phpdoc>
|
</phpdoc>
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
<phpunit bootstrap="tests/bootstrap.php">
|
<phpunit bootstrap="tests/bootstrap.php">
|
||||||
<filter>
|
<filter>
|
||||||
<whitelist>
|
<whitelist>
|
||||||
|
@ -11,7 +12,7 @@
|
||||||
</testsuite>
|
</testsuite>
|
||||||
</testsuites>
|
</testsuites>
|
||||||
<logging>
|
<logging>
|
||||||
<log type="coverage-html" target="coverage/" />
|
<log type="coverage-html" target="coverage/"/>
|
||||||
<log type="coverage-clover" target="clover.xml" />
|
<log type="coverage-clover" target="clover.xml"/>
|
||||||
</logging>
|
</logging>
|
||||||
</phpunit>
|
</phpunit>
|
||||||
|
|
Loading…
Reference in a new issue