respect-validation/tests/phpunit.xml
2010-09-23 16:46:46 -03:00

13 lines
435 B
XML

<phpunit backupGlobals="false"
backupStaticAttributes="true"
bootstrap="bootstrap.php"
colors="false"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false"
testSuiteLoaderClass="PHPUnit_Runner_StandardTestSuiteLoader">
</phpunit>