2017-08-23 14:51:37 +03:00
|
|
|
<phpunit bootstrap="tests/bootstrap.php" colors="true">
|
2019-04-01 02:10:18 +03:00
|
|
|
<filter>
|
|
|
|
<whitelist>
|
|
|
|
<directory suffix=".php">lib</directory>
|
|
|
|
<exclude>
|
|
|
|
<directory suffix=".php">appinfo</directory>
|
|
|
|
<directory suffix=".php">templates</directory>
|
|
|
|
</exclude>
|
|
|
|
</whitelist>
|
|
|
|
</filter>
|
|
|
|
<testsuites>
|
|
|
|
<testsuite name="unit">
|
|
|
|
<directory>./tests/Unit</directory>
|
|
|
|
</testsuite>
|
|
|
|
</testsuites>
|
2015-11-25 23:58:06 +03:00
|
|
|
</phpunit>
|