1
0
mirror of https://github.com/Rudloff/alltube.git synced 2024-06-29 07:50:53 +02:00
alltube/phpunit.xml
Pierre Rudloff 11ff0fa9c4 Remove unused code
Unit tests for every function
Error handling
2015-09-04 22:45:55 +02:00

16 lines
330 B
XML

<phpunit>
<filter>
<whitelist>
<file>download.php</file>
</whitelist>
</filter>
<testsuites>
<testsuite>
<directory>tests/</directory>
</testsuite>
</testsuites>
<logging>
<log type="coverage-html" target="coverage/" />
</logging>
</phpunit>