20 lines
669 B
XML
20 lines
669 B
XML
<phpunit bootstrap="Bootstrap.php" colors="true">
|
|
<testsuite name="PrivateBin Test Suite">
|
|
<directory suffix=".php">./</directory>
|
|
<exclude>ConfigurationTestGenerator.php</exclude>
|
|
</testsuite>
|
|
<filter>
|
|
<whitelist>
|
|
<directory suffix=".php">../lib</directory>
|
|
<exclude>
|
|
<file>../lib/Data/AbstractData.php</file>
|
|
</exclude>
|
|
</whitelist>
|
|
</filter>
|
|
<logging>
|
|
<log type="coverage-clover" target="log/coverage-clover.xml" />
|
|
<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>
|
|
</phpunit>
|