mirror of
https://git.d3data.de/3rdParty/captcha-module.git
synced 2024-11-21 06:03:11 +01:00
OXDEV-338 Add phpunit config for possibility to generate coverage
This commit is contained in:
parent
11553919a6
commit
112aded810
30
tests/phpunit.xml
Normal file
30
tests/phpunit.xml
Normal file
@ -0,0 +1,30 @@
|
||||
<phpunit backupGlobals="true"
|
||||
backupStaticAttributes="false"
|
||||
bootstrap="bootstrap.php"
|
||||
cacheTokens="true"
|
||||
colors="true"
|
||||
convertErrorsToExceptions="true"
|
||||
convertNoticesToExceptions="true"
|
||||
convertWarningsToExceptions="true"
|
||||
forceCoversAnnotation="false"
|
||||
mapTestClassNameToCoveredClassName="false"
|
||||
printerClass="PHPUnit_TextUI_ResultPrinter"
|
||||
processIsolation="false"
|
||||
stopOnError="false"
|
||||
stopOnFailure="false"
|
||||
stopOnIncomplete="false"
|
||||
stopOnSkipped="false"
|
||||
testSuiteLoaderClass="PHPUnit_Runner_StandardTestSuiteLoader"
|
||||
verbose="false">
|
||||
<filter>
|
||||
<whitelist addUncoveredFilesFromWhitelist="true">
|
||||
<directory suffix=".php">../</directory>
|
||||
<exclude>
|
||||
<directory suffix=".php">../tests</directory>
|
||||
<directory suffix=".php">../translations</directory>
|
||||
<directory suffix=".php">../views</directory>
|
||||
<file>../metadata.php</file>
|
||||
</exclude>
|
||||
</whitelist>
|
||||
</filter>
|
||||
</phpunit>
|
Loading…
Reference in New Issue
Block a user