phpunit.xml.dist 432 B

123456789101112131415
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <phpunit
  3. colors="true"
  4. convertErrorsToExceptions="true"
  5. convertNoticesToExceptions="true"
  6. convertWarningsToExceptions="true"
  7. stopOnFailure="false"
  8. syntaxCheck="true"
  9. bootstrap="tests/bootstrap.php">
  10. <testsuites>
  11. <testsuite name="JPush PHP SDK Test Suite">
  12. <directory>tests/JPush</directory>
  13. </testsuite>
  14. </testsuites>
  15. </phpunit>