mirror of
https://github.com/Respect/Validation.git
synced 2026-03-16 23:35:45 +01:00
16 lines
540 B
XML
16 lines
540 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">
|
|
|
|
<testsuite name="PHPWars - Test Suite">
|
|
<directory>./</directory>
|
|
</testsuite>
|
|
</phpunit>
|