Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. <phpunit bootstrap="framework/tests/bootstrap.php" colors="true">
  2.  
  3. <testsuite name="Default">
  4. <directory>mysite/tests</directory>
  5. <directory>framework/tests</directory>
  6. </testsuite>
  7.  
  8. <listeners>
  9. <listener class="SS_TestListener" file="framework/dev/TestListener.php" />
  10. </listeners>
  11.  
  12. <groups>
  13. <exclude>
  14. <group>sanitychecks</group>
  15. </exclude>
  16. </groups>
  17. </phpunit>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement