mirror of
https://github.com/Respect/Validation.git
synced 2026-03-16 23:35:45 +01:00
21 lines
638 B
XML
21 lines
638 B
XML
|
|
<phpunit backupGlobals="false"
|
|
backupStaticAttributes="false"
|
|
bootstrap="bootstrap.php"
|
|
colors="false"
|
|
convertErrorsToExceptions="true"
|
|
convertNoticesToExceptions="true"
|
|
convertWarningsToExceptions="true"
|
|
processIsolation="false"
|
|
stopOnFailure="false"
|
|
syntaxCheck="false"
|
|
verbose="true"
|
|
testSuiteLoaderClass="PHPUnit_Runner_StandardTestSuiteLoader">
|
|
<filter>
|
|
<blacklist>
|
|
<directory>../library/Zend/</directory>
|
|
<directory>../library/Symfony/</directory>
|
|
</blacklist>
|
|
</filter>
|
|
|
|
</phpunit>
|