alltube/phpunit.xml

18 lines
475 B
XML
Raw Normal View History

2017-01-16 17:19:19 +01:00
<phpunit bootstrap="tests/bootstrap.php">
<filter>
<whitelist>
2015-10-31 15:42:25 +01:00
<directory>classes/</directory>
2017-01-16 17:19:19 +01:00
<directory>controllers/</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>