respect-validation/tests/phpunit.xml

19 lines
533 B
XML
Raw Normal View History

<phpunit backupGlobals="false"
backupStaticAttributes="false"
2011-11-24 22:59:33 +01:00
bootstrap="bootstrap.php"
2011-11-25 21:03:48 +01:00
cacheTokens="true"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false"
2011-11-25 21:03:48 +01:00
verbose="false">
<filter>
2011-11-25 21:03:48 +01:00
<whitelist>
<directory>../library/</directory>
</whitelist>
</filter>
</phpunit>