Advertisement
Guest User

Untitled

a guest
Feb 27th, 2017
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <phpunit
  3. bootstrap="./vendor/autoload.php"
  4. convertErrorsToExceptions="false"
  5. convertNoticesToExceptions="false"
  6. convertWarningsToExceptions="false"
  7. stopOnError="true"
  8. stopOnFailure="true"
  9. stopOnIncomplete="false"
  10. stopOnSkipped="false"
  11. stopOnRisky="false"
  12. strict="true"
  13. >
  14. <testsuites>
  15. <testsuite name="xxxxxx-Tests">
  16. <directory>./tests/</directory>
  17. </testsuite>
  18. </testsuites>
  19. <filter>
  20. <whitelist>
  21. <directory suffix=".php">./src/</directory>
  22. </whitelist>
  23. </filter>
  24. </phpunit>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement