5
1
Fork 0
mirror of https://github.com/Anvilcraft/jensmemes synced 2024-09-25 10:58:56 +02:00
jensmemes/website/api/tinify-php-master/phpunit.xml

13 lines
333 B
XML
Raw Normal View History

2020-07-21 23:07:16 +02:00
<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>