tp6混合easyswoole DLL 多应用模式 修改版
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.

29 lines
993 B

5 years ago
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <phpunit backupGlobals="false"
  3. backupStaticAttributes="false"
  4. bootstrap="./phpunit.php"
  5. colors="true"
  6. convertErrorsToExceptions="true"
  7. convertNoticesToExceptions="true"
  8. convertWarningsToExceptions="true"
  9. processIsolation="false"
  10. stopOnFailure="false"
  11. syntaxCheck="true"
  12. verbose="true"
  13. >
  14. <testsuites>
  15. <testsuite name="flysystem/tests">
  16. <directory suffix=".php">./tests/</directory>
  17. </testsuite>
  18. </testsuites>
  19. <filter>
  20. <whitelist>
  21. <directory suffix=".php">./src/</directory>
  22. </whitelist>
  23. </filter>
  24. <logging>
  25. <log type="coverage-text" target="php://stdout" showUncoveredFiles="true"/>
  26. <log type="coverage-html" target="coverage" showUncoveredFiles="true"/>
  27. <log type="coverage-clover" target="clover/phpunit.xml" showUncoveredFiles="true"/>
  28. </logging>
  29. </phpunit>