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