You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
707 B
16 lines
707 B
9 months ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<phpunit backupGlobals="false" backupStaticAttributes="false" bootstrap="tests/bootstrap.php" colors="true"
|
||
|
convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true"
|
||
|
executionOrder="depends,defects" processIsolation="false" stopOnFailure="false">
|
||
|
<logging>
|
||
|
<log type="coverage-html" target="cache/coverage" lowUpperBound="35" highLowerBound="70"/>
|
||
|
<log type="coverage-clover" target="cache/coverage.clover"/>
|
||
|
</logging>
|
||
|
|
||
|
<testsuites>
|
||
|
<testsuite name="default">
|
||
|
<directory suffix="Test.php">tests</directory>
|
||
|
</testsuite>
|
||
|
</testsuites>
|
||
|
</phpunit>
|