1234567891011121314151617181920 |
- <phpunit backupGlobals="true"
- backupStaticAttributes="false"
- bootstrap="vendor/autoload.php"
- cacheTokens="true"
- colors="false"
- convertErrorsToExceptions="true"
- convertNoticesToExceptions="true"
- convertWarningsToExceptions="true"
- forceCoversAnnotation="false"
- mapTestClassNameToCoveredClassName="false"
- printerClass="PHPUnit_TextUI_ResultPrinter"
- processIsolation="false"
- stopOnError="false"
- stopOnFailure="false"
- stopOnIncomplete="false"
- stopOnSkipped="false"
- testSuiteLoaderClass="PHPUnit_Runner_StandardTestSuiteLoader"
- strict="false"
- verbose="false">
- </phpunit>
|