phpunit.xml~20171216-130144.dist 521 B

12345678910111213141516
  1. <phpunit backupGlobals="false"
  2. backupStaticAttributes="false"
  3. bootstrap="tests/bootstrap.php"
  4. colors="true"
  5. convertErrorsToExceptions="true"
  6. convertNoticesToExceptions="true"
  7. convertWarningsToExceptions="true"
  8. processIsolation="false"
  9. stopOnFailure="false"
  10. syntaxCheck="false">
  11. <testsuites>
  12. <testsuite name="Dompdf Test Suite">
  13. <directory>./tests/Dompdf/</directory>
  14. </testsuite>
  15. </testsuites>
  16. </phpunit>