alltube/phpunit.xml

14 lines
318 B
XML
Raw Normal View History

2017-09-29 12:29:08 +02:00
<?xml version="1.0"?>
2017-01-16 17:19:19 +01:00
<phpunit bootstrap="tests/bootstrap.php">
2020-05-14 00:18:39 +02:00
<filter>
<whitelist>
<directory>classes/</directory>
</whitelist>
</filter>
<testsuites>
<testsuite name="Tests">
<directory>tests/</directory>
</testsuite>
</testsuites>
</phpunit>