2016-08-09 17:54:42 +08:00
|
|
|
<phpunit bootstrap="Bootstrap.php" colors="true">
|
2016-07-11 17:58:15 +08:00
|
|
|
<testsuite name="PrivateBin Test Suite">
|
2012-08-26 06:49:11 +08:00
|
|
|
<directory suffix=".php">./</directory>
|
2016-08-09 17:54:42 +08:00
|
|
|
<exclude>ConfigurationTestGenerator.php</exclude>
|
2012-08-26 06:49:11 +08:00
|
|
|
</testsuite>
|
|
|
|
<filter>
|
|
|
|
<whitelist>
|
|
|
|
<directory suffix=".php">../lib</directory>
|
|
|
|
<exclude>
|
2016-08-09 17:54:42 +08:00
|
|
|
<file>../lib/Data/AbstractData.php</file>
|
2012-08-26 06:49:11 +08:00
|
|
|
</exclude>
|
|
|
|
</whitelist>
|
|
|
|
</filter>
|
|
|
|
<logging>
|
2016-07-05 23:01:26 +08:00
|
|
|
<log type="coverage-clover" target="log/coverage-clover.xml" />
|
2020-05-31 21:24:10 +08:00
|
|
|
<log type="coverage-html" target="log/php-coverage-report" lowUpperBound="50" highLowerBound="80" />
|
2012-08-26 06:49:11 +08:00
|
|
|
<log type="testdox-html" target="log/testdox.html" />
|
|
|
|
</logging>
|
2015-08-16 00:32:31 +08:00
|
|
|
</phpunit>
|