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.
 
 
 
 
 
 

25 lines
672 B

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <phpunit backupGlobals="false"
  3. backupStaticAttributes="false"
  4. colors="true"
  5. convertErrorsToExceptions="true"
  6. convertNoticesToExceptions="true"
  7. convertWarningsToExceptions="true"
  8. processIsolation="false"
  9. stopOnFailure="false"
  10. syntaxCheck="false"
  11. >
  12. <php>
  13. <ini name="intl.default_locale" value="en"/>
  14. <ini name="intl.error_level" value="0"/>
  15. <ini name="memory_limit" value="-1"/>
  16. </php>
  17. <testsuites>
  18. <testsuite name="Test Suite">
  19. <directory>./</directory>
  20. </testsuite>
  21. </testsuites>
  22. </phpunit>