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.
 
 
 
 
 
 

35 lines
1000 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="common">
  19. <directory suffix="Test.php">./Common</directory>
  20. </testsuite>
  21. <testsuite name="api">
  22. <directory suffix="Test.php">./Api</directory>
  23. </testsuite>
  24. <testsuite name="Domain">
  25. <directory suffix="Test.php">./Domain</directory>
  26. </testsuite>
  27. <testsuite name="Model">
  28. <directory suffix="Test.php">./Model</directory>
  29. </testsuite>
  30. </testsuites>
  31. </phpunit>