|
|
@ -0,0 +1,19 @@ |
|
|
|
<?xml version="1.0" encoding="UTF-8"?> |
|
|
|
<phpunit backupGlobals="true" |
|
|
|
backupStaticAttributes="false" |
|
|
|
colors="true" |
|
|
|
convertErrorsToExceptions="true" |
|
|
|
convertNoticesToExceptions="true" |
|
|
|
convertWarningsToExceptions="true" |
|
|
|
forceCoversAnnotation="false" |
|
|
|
mapTestClassNameToCoveredClassName="false" |
|
|
|
processIsolation="false" |
|
|
|
stopOnError="false" |
|
|
|
stopOnFailure="false" |
|
|
|
stopOnIncomplete="false" |
|
|
|
stopOnSkipped="false" |
|
|
|
syntaxCheck="false" |
|
|
|
testSuiteLoaderClass="PHPUnit_Runner_StandardTestSuiteLoader" |
|
|
|
strict="true" |
|
|
|
verbose="false"> |
|
|
|
</phpunit> |