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.
33 lines
1.1 KiB
33 lines
1.1 KiB
<?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="true">
|
|
<filter>
|
|
<blacklist>
|
|
<directory>../util/FirePHPCore-0.3.2</directory>
|
|
<directory>.</directory>
|
|
<file>../face/cache/autoload.php</file>
|
|
</blacklist>
|
|
</filter>
|
|
<php>
|
|
<var name="DB_DSN" value="mysql:dbname=testdb;host=localhost"/>
|
|
<var name="DB_USER" value="root"/>
|
|
<var name="DB_PASSWD" value="1234"/>
|
|
<var name="DB_DBNAME" value="testdb"/>
|
|
</php>
|
|
</phpunit>
|