38 lines
1.2 KiB
XML
38 lines
1.2 KiB
XML
|
<phpunit
|
||
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||
|
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/|version|/phpunit.xsd"
|
||
|
backupGlobals="true"
|
||
|
backupStaticAttributes="false"
|
||
|
cacheResult="true"
|
||
|
cacheTokens="true"
|
||
|
colors="false"
|
||
|
convertErrorsToExceptions="false"
|
||
|
convertNoticesToExceptions="false"
|
||
|
convertWarningsToExceptions="false"
|
||
|
forceCoversAnnotation="false"
|
||
|
printerClass="PHPUnit\TextUI\ResultPrinter"
|
||
|
processIsolation="true"
|
||
|
stopOnError="true"
|
||
|
stopOnFailure="true"
|
||
|
stopOnIncomplete="true"
|
||
|
stopOnSkipped="true"
|
||
|
stopOnRisky="true"
|
||
|
testSuiteLoaderClass="PHPUnit\Runner\StandardTestSuiteLoader"
|
||
|
timeoutForSmallTests="1"
|
||
|
timeoutForMediumTests="10"
|
||
|
timeoutForLargeTests="60"
|
||
|
verbose="false">
|
||
|
<filter>
|
||
|
<whitelist processUncoveredFilesFromWhitelist="true">
|
||
|
<directory suffix=".php">../home/</directory>
|
||
|
<directory suffix=".php">../inc/</directory>
|
||
|
<!-- <file>/path/to/file</file>
|
||
|
<exclude>
|
||
|
<directory suffix=".php">/path/to/files</directory>
|
||
|
<file>/path/to/file</file>
|
||
|
</exclude>-->
|
||
|
</whitelist>
|
||
|
</filter>
|
||
|
</phpunit>
|
||
|
|