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.
 
 
 
 
 
 

26 lines
738 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.error_level" value="0"/>
  14. <ini name="memory_limit" value="-1"/>
  15. </php>
  16. <testsuites>
  17. <testsuite name="Test Suite">
  18. <file>./Api/Api_User_Test.php</file>
  19. <file>./Domain/Domain_User_Test.php</file>
  20. <file>./Model/Model_User_Test.php</file>
  21. </testsuite>
  22. </testsuites>
  23. </phpunit>