You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
699 B
20 lines
699 B
<?xml version="1.0" encoding="UTF-8"?>
|
|
<phpunit bootstrap="bootstrap.php"
|
|
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>
|