Files
majestic/tests/phpunit.xml

33 lines
1.0 KiB
XML
Raw Normal View History

2011-10-13 14:02:44 +04:00
<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="bootstrap.php"
backupGlobals="true"
2011-10-13 14:02:44 +04:00
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"
2011-11-28 14:38:40 +04:00
verbose="true">
<filter>
<blacklist>
<directory>../util/FirePHPCore-0.3.2</directory>
<directory>.</directory>
</blacklist>
</filter>
2011-11-07 19:55:49 +04:00
<php>
<var name="DB_DSN" value="mysql:dbname=testdb;host=localhost" />
<var name="DB_USER" value="root" />
2011-11-30 13:46:46 +04:00
<var name="DB_PASSWD" value="1234" />
2011-11-07 19:55:49 +04:00
<var name="DB_DBNAME" value="testdb" />
</php>
2011-10-13 14:02:44 +04:00
</phpunit>