mirror of
https://github.com/Respect/Validation.git
synced 2026-03-16 07:15:45 +01:00
18 lines
533 B
XML
18 lines
533 B
XML
<phpunit backupGlobals="false"
|
|
backupStaticAttributes="false"
|
|
bootstrap="bootstrap.php"
|
|
cacheTokens="true"
|
|
colors="true"
|
|
convertErrorsToExceptions="true"
|
|
convertNoticesToExceptions="true"
|
|
convertWarningsToExceptions="true"
|
|
processIsolation="false"
|
|
stopOnFailure="false"
|
|
syntaxCheck="false"
|
|
verbose="false">
|
|
<filter>
|
|
<whitelist>
|
|
<directory>../library/</directory>
|
|
</whitelist>
|
|
</filter>
|
|
</phpunit>
|