2016-09-09 23:36:35 +08:00
|
|
|
<phpunit bootstrap="tests/bootstrap.php" colors="true">
|
|
|
|
<testsuites>
|
|
|
|
<testsuite name="unit">
|
|
|
|
<directory>./tests/unit</directory>
|
2017-07-01 22:08:44 +08:00
|
|
|
<exclude>./tests/unit/lib/Db</exclude>
|
2016-09-09 23:36:35 +08:00
|
|
|
</testsuite>
|
|
|
|
</testsuites>
|
2016-10-09 08:31:46 +08:00
|
|
|
<filter>
|
|
|
|
<whitelist processUncoveredFilesFromWhitelist="true">
|
|
|
|
<directory suffix=".php">./lib/Utility</directory>
|
2016-10-17 02:35:14 +08:00
|
|
|
<directory suffix=".php">./lib/BackgroundJob</directory>
|
2016-10-17 01:57:20 +08:00
|
|
|
<directory suffix=".php">./controller</directory>
|
2016-10-17 02:35:14 +08:00
|
|
|
|
2016-10-09 08:31:46 +08:00
|
|
|
<!--<file>/path/to/file</file>-->
|
|
|
|
<!--<exclude>-->
|
2017-07-01 22:08:44 +08:00
|
|
|
<!--<directory suffix=".php">/path/to/dir</directory>-->
|
|
|
|
<!--<file>/path/to/file</file>-->
|
2016-10-09 08:31:46 +08:00
|
|
|
<!--</exclude>-->
|
|
|
|
</whitelist>
|
2017-04-17 19:07:45 +08:00
|
|
|
|
2016-10-09 08:31:46 +08:00
|
|
|
</filter>
|
2016-09-09 23:36:35 +08:00
|
|
|
</phpunit>
|