This commit is contained in:
Pierre Rudloff 2017-09-29 12:29:08 +02:00
parent d9de44c44d
commit 55413fc10e
2 changed files with 4 additions and 3 deletions

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8" ?>
<?xml version="1.0" encoding="UTF-8"?>
<phpdoc>
<title>Alltube Download library documentation</title>
</phpdoc>

View file

@ -1,3 +1,4 @@
<?xml version="1.0"?>
<phpunit bootstrap="tests/bootstrap.php">
<filter>
<whitelist>
@ -11,7 +12,7 @@
</testsuite>
</testsuites>
<logging>
<log type="coverage-html" target="coverage/" />
<log type="coverage-clover" target="clover.xml" />
<log type="coverage-html" target="coverage/"/>
<log type="coverage-clover" target="clover.xml"/>
</logging>
</phpunit>