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.
26 lines
835 B
26 lines
835 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">
|
|
<filter>
|
|
<blacklist>
|
|
<directory>../util/FirePHPCore-0.3.2</directory>
|
|
<directory>.</directory>
|
|
</blacklist>
|
|
</filter>
|
|
</phpunit>
|