Skip to content

Instantly share code, notes, and snippets.

@thachp
Created January 5, 2014 01:22
Show Gist options
  • Save thachp/8263086 to your computer and use it in GitHub Desktop.
Save thachp/8263086 to your computer and use it in GitHub Desktop.
phpunit.xml
<phpunit bootstrap="bootstrap.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false"
verbose="true">
</phpunit>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment