1
0
mirror of https://github.com/Rudloff/alltube.git synced 2024-06-22 07:06:40 +02:00
alltube/phpunit.xml

17 lines
427 B
XML
Raw Normal View History

2015-10-31 15:42:25 +01:00
<phpunit bootstrap="vendor/autoload.php">
<filter>
<whitelist>
2015-10-31 15:42:25 +01:00
<directory>classes/</directory>
</whitelist>
</filter>
<testsuites>
<testsuite>
<directory>tests/</directory>
</testsuite>
</testsuites>
<logging>
<log type="coverage-html" target="coverage/" />
2016-08-19 00:45:45 +02:00
<log type="coverage-clover" target="clover.xml" />
</logging>
</phpunit>