phpunit.xml 329 B

12345678910111213
  1. <phpunit bootstrap="bootstrap.php"
  2. colors="false"
  3. convertErrorsToExceptions="true"
  4. convertNoticesToExceptions="true"
  5. convertWarningsToExceptions="true"
  6. stopOnFailure="false">
  7. <selenium>
  8. <browser name="Internet Explorer" browser="*iexplore" />
  9. <browser name="Firefox" browser="*firefox" />
  10. </selenium>
  11. </phpunit>