2012-08-26 00:49:11 +02:00
|
|
|
<phpunit bootstrap="bootstrap.php" colors="true">
|
|
|
|
<testsuite name="ZeroBin Test Suite">
|
|
|
|
<directory suffix=".php">./</directory>
|
2014-02-06 22:52:17 +01:00
|
|
|
<exclude>mcrypt_mock.php</exclude>
|
2012-08-26 00:49:11 +02:00
|
|
|
</testsuite>
|
|
|
|
<filter>
|
|
|
|
<whitelist>
|
|
|
|
<directory suffix=".php">../lib</directory>
|
|
|
|
<exclude>
|
|
|
|
<file>../lib/zerobin/abstract.php</file>
|
|
|
|
</exclude>
|
|
|
|
</whitelist>
|
|
|
|
</filter>
|
|
|
|
<logging>
|
|
|
|
<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 18:32:31 +02:00
|
|
|
</phpunit>
|