62bb68344c
- standardize includes, namings - made migrate executable - updated ConfigurationCombinationsTest generator to work with current persistance API
19 lines
577 B
XML
19 lines
577 B
XML
<phpunit bootstrap="Bootstrap.php" colors="true">
|
|
<testsuite name="PrivateBin Test Suite">
|
|
<directory suffix=".php">./</directory>
|
|
</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/php-coverage-report" lowUpperBound="50" highLowerBound="80" />
|
|
<log type="testdox-html" target="log/testdox.html" />
|
|
</logging>
|
|
</phpunit>
|