Advertisement
lemb

phpunit bootstrap

Mar 8th, 2012
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.28 KB | None | 0 0
  1. <phpunit bootstrap="bootstrap.php"
  2.         colors="true"
  3.         convertErrorsToExceptions="true"
  4.         convertNoticesToExceptions="true"
  5.         convertWarningsToExceptions="true"
  6.         stopOnFailure="true">
  7.  
  8.     <selenium>
  9.         <browser name="googlechrome" browser="*googlechrome" />
  10.     </selenium>
  11.  
  12. </phpunit>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement