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.

28 lines
931 B

10 years ago
8 years ago
10 years ago
8 years ago
10 years ago
8 years ago
10 years ago
8 years ago
10 years ago
8 years ago
10 years ago
8 years ago
10 years ago
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <phpunit backupGlobals="false"
  3. backupStaticAttributes="false"
  4. beStrictAboutTestsThatDoNotTestAnything="true"
  5. beStrictAboutOutputDuringTests="true"
  6. bootstrap="vendor/autoload.php"
  7. colors="true"
  8. convertErrorsToExceptions="true"
  9. convertNoticesToExceptions="true"
  10. convertWarningsToExceptions="true"
  11. failOnRisky="true"
  12. failOnWarning="true"
  13. processIsolation="false"
  14. stopOnError="false"
  15. stopOnFailure="false"
  16. verbose="true"
  17. >
  18. <testsuites>
  19. <testsuite name="Laravel Searchy Test Suite">
  20. <directory suffix="Test.php">./tests</directory>
  21. </testsuite>
  22. </testsuites>
  23. <filter>
  24. <whitelist processUncoveredFilesFromWhitelist="true">
  25. <directory suffix=".php">./src</directory>
  26. </whitelist>
  27. </filter>
  28. </phpunit>