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.

18 lines
446 B

2 years ago
  1. <phpunit
  2. bootstrap="vendor/autoload.php"
  3. convertErrorsToExceptions="true"
  4. convertNoticesToExceptions="true"
  5. convertWarningsToExceptions="true"
  6. >
  7. <testsuites>
  8. <testsuite name="querylist">
  9. <directory>./tests</directory>
  10. </testsuite>
  11. </testsuites>
  12. <filter>
  13. <whitelist>
  14. <directory suffix=".php">src</directory>
  15. </whitelist>
  16. </filter>
  17. </phpunit>