31 regels
1.0 KiB
XML
31 regels
1.0 KiB
XML
<?xml version="1.0"?>
|
|
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
backupGlobals="true"
|
|
bootstrap="../../../../source/bootstrap.php"
|
|
colors="true"
|
|
backupStaticAttributes="false"
|
|
convertErrorsToExceptions="true"
|
|
convertNoticesToExceptions="false"
|
|
convertWarningsToExceptions="false"
|
|
forceCoversAnnotation="false"
|
|
processIsolation="false"
|
|
stopOnError="false"
|
|
stopOnFailure="false"
|
|
stopOnIncomplete="false"
|
|
stopOnSkipped="false"
|
|
beStrictAboutTestsThatDoNotTestAnything="false"
|
|
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.6/phpunit.xsd">
|
|
<testsuites>
|
|
<testsuite name="Unit">
|
|
<directory>Unit/</directory>
|
|
</testsuite>
|
|
<!-- <testsuite name="Integration">-->
|
|
<!-- <directory>integration/</directory>-->
|
|
<!-- </testsuite>-->
|
|
</testsuites>
|
|
<coverage includeUncoveredFiles="true" />
|
|
<php>
|
|
<const name="OXID_PHP_UNIT" value="true"/>
|
|
</php>
|
|
</phpunit>
|