phpunit.xml 365 B

123456789101112
  1. <phpunit
  2. bootstrap="tests/bootstrap.php"
  3. convertErrorsToExceptions="true"
  4. convertNoticesToExceptions="true"
  5. convertWarningsToExceptions="true"
  6. >
  7. <testsuites>
  8. <testsuite name="unit">
  9. <directory phpVersion="8.0.0" phpVersionOperator=">=">tests/think</directory>
  10. </testsuite>
  11. </testsuites>
  12. </phpunit>