2016-09-09 23:36:35 +08:00
|
|
|
<phpunit bootstrap="tests/bootstrap.php" colors="true">
|
|
|
|
<testsuites>
|
|
|
|
<testsuite name="unit">
|
|
|
|
<directory>./tests/unit</directory>
|
|
|
|
</testsuite>
|
|
|
|
</testsuites>
|
2016-10-09 08:31:46 +08:00
|
|
|
<filter>
|
|
|
|
<whitelist processUncoveredFilesFromWhitelist="true">
|
|
|
|
<directory suffix=".php">./lib/Db</directory>
|
|
|
|
<directory suffix=".php">./lib/Utility</directory>
|
|
|
|
<!--<file>/path/to/file</file>-->
|
|
|
|
<!--<exclude>-->
|
|
|
|
<!--<directory suffix=".php">/path/to/dir</directory>-->
|
|
|
|
<!--<file>/path/to/file</file>-->
|
|
|
|
<!--</exclude>-->
|
|
|
|
</whitelist>
|
|
|
|
</filter>
|
2016-09-09 23:36:35 +08:00
|
|
|
</phpunit>
|