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