alltube/phpunit.xml
Pierre Rudloff 11ff0fa9c4 Remove unused code
Unit tests for every function
Error handling
2015-09-04 22:45:55 +02:00

15 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>