alltube/phpunit.xml

14 lines
318 B
XML
Raw Normal View History

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