5
1
Fork 0
mirror of https://github.com/Anvilcraft/jensmemes synced 2024-09-25 02:38:51 +02:00
jensmemes/website/api/tinify-php-master/phpunit.xml
2020-07-22 15:27:17 +02:00

12 lines
333 B
XML

<phpunit bootstrap="test/helper.php" colors="true">
<testsuites>
<testsuite name="Tinify PHP Test Suite">
<directory suffix="Test.php">test</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory>lib</directory>
</whitelist>
</filter>
</phpunit>