mirror of
https://github.com/Anvilcraft/jensmemes
synced 2024-11-12 13:01:30 +01:00
13 lines
333 B
XML
13 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>
|