respect-validation/tests/phpunit.xml
2011-11-25 18:03:48 -02:00

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>