2016-12-09 19:45:46 +01:00
|
|
|
<phpunit
|
2016-12-10 16:20:37 +01:00
|
|
|
backupGlobals="true"
|
2016-12-09 19:45:46 +01:00
|
|
|
backupStaticAttributes="false"
|
2018-03-13 11:28:40 +01:00
|
|
|
bootstrap="Bootstrap.php"
|
2016-12-09 19:45:46 +01:00
|
|
|
colors="true"
|
|
|
|
convertErrorsToExceptions="false"
|
|
|
|
convertWarningsToExceptions="false"
|
|
|
|
forceCoversAnnotation="false"
|
2016-12-10 16:20:37 +01:00
|
|
|
processIsolation="true"
|
2016-12-09 19:45:46 +01:00
|
|
|
stopOnError="false"
|
|
|
|
stopOnFailure="false"
|
|
|
|
stopOnIncomplete="false"
|
|
|
|
stopOnSkipped="false"
|
|
|
|
verbose="false">
|
|
|
|
|
|
|
|
<testsuites>
|
|
|
|
<testsuite name="functional-tests">
|
|
|
|
<directory>.</directory>
|
|
|
|
</testsuite>
|
|
|
|
</testsuites>
|
2016-12-10 14:59:48 +01:00
|
|
|
|
|
|
|
<filter>
|
|
|
|
<whitelist>
|
|
|
|
<directory suffix=".php">../../Classes</directory>
|
|
|
|
</whitelist>
|
|
|
|
</filter>
|
|
|
|
|
|
|
|
<logging>
|
2016-12-10 16:20:37 +01:00
|
|
|
<log type="coverage-html" target="../../.Build/report/functional/html" lowUpperBound="35" highLowerBound="70"/>
|
|
|
|
<log type="coverage-clover" target="../../.Build/report/functional/clover/coverage"/>
|
2016-12-10 14:59:48 +01:00
|
|
|
</logging>
|
2016-12-09 19:45:46 +01:00
|
|
|
</phpunit>
|