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

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <phpunit bootstrap="bootstrap.php"
  3. backupGlobals="true"
  4. backupStaticAttributes="false"
  5. colors="true"
  6. convertErrorsToExceptions="true"
  7. convertNoticesToExceptions="true"
  8. convertWarningsToExceptions="true"
  9. forceCoversAnnotation="false"
  10. mapTestClassNameToCoveredClassName="false"
  11. processIsolation="false"
  12. stopOnError="false"
  13. stopOnFailure="false"
  14. stopOnIncomplete="false"
  15. stopOnSkipped="false"
  16. syntaxCheck="false"
  17. testSuiteLoaderClass="PHPUnit_Runner_StandardTestSuiteLoader"
  18. strict="true"
  19. verbose="true">
  20. <filter>
  21. <blacklist>
  22. <directory>../util/FirePHPCore-0.3.2</directory>
  23. <directory>.</directory>
  24. <file>../face/cache/autoload.php</file>
  25. </blacklist>
  26. </filter>
  27. <php>
  28. <var name="DB_DSN" value="mysql:dbname=testdb;host=localhost"/>
  29. <var name="DB_USER" value="root"/>
  30. <var name="DB_PASSWD" value="1234"/>
  31. <var name="DB_DBNAME" value="testdb"/>
  32. </php>
  33. </phpunit>