Guest User

Untitled

a guest
May 24th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <phpunit colors="true" strict="true">
  3. <filter>
  4. <blacklist>
  5. <directory suffix=".php">./vendor</directory>
  6. </blacklist>
  7. <whitelist processUncoveredFilesFromWhitelist="true">
  8. <directory suffix=".php">./src</directory>
  9. </whitelist>
  10. </filter>
  11. <logging>
  12. <log type="coverage-html" target="./tests/coverage/html/"/>
  13. </logging>
  14. <testsuites>
  15. <testsuite name="Application Test Suite">
  16. <directory>./tests/</directory>
  17. </testsuite>
  18. </testsuites>
  19. </phpunit>
Add Comment
Please, Sign In to add comment