2020-10-11 10:31:24 +02:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="Bootstrap.php" colors="true" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
|
|
|
|
<coverage>
|
|
|
|
<include>
|
|
|
|
<directory suffix=".php">../lib</directory>
|
|
|
|
</include>
|
|
|
|
<exclude>
|
|
|
|
<file>../lib/Data/AbstractData.php</file>
|
|
|
|
</exclude>
|
|
|
|
<report>
|
|
|
|
<clover outputFile="log/coverage-clover.xml"/>
|
|
|
|
<html outputDirectory="log/php-coverage-report" lowUpperBound="50" highLowerBound="80"/>
|
|
|
|
</report>
|
|
|
|
</coverage>
|
|
|
|
<testsuite name="PrivateBin Test Suite">
|
|
|
|
<directory suffix=".php">./</directory>
|
|
|
|
<exclude>ConfigurationTestGenerator.php</exclude>
|
|
|
|
</testsuite>
|
|
|
|
<logging>
|
|
|
|
<testdoxHtml outputFile="log/testdox.html"/>
|
|
|
|
</logging>
|
2015-08-15 18:32:31 +02:00
|
|
|
</phpunit>
|