Guest User

Untitled

a guest
Jul 22nd, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3. <phpunit bootstrap="./vendor/autoload.php">
  4. <testsuites>
  5. <testsuite name="MyBundle test suite">
  6. <directory suffix="Test.php">./Tests</directory>
  7. </testsuite>
  8. </testsuites>
  9.  
  10. <filter>
  11. <whitelist>
  12. <directory>./</directory>
  13. <exclude>
  14. <directory>./Resources</directory>
  15. <directory>./Tests</directory>
  16. <directory>./vendor</directory>
  17. </exclude>
  18. </whitelist>
  19. </filter>
  20. </phpunit>
Add Comment
Please, Sign In to add comment