Skip to content

Instantly share code, notes, and snippets.

@drakakisgeo
Created February 1, 2013 21:43
Show Gist options
  • Save drakakisgeo/4694360 to your computer and use it in GitHub Desktop.
Save drakakisgeo/4694360 to your computer and use it in GitHub Desktop.
PHPUnit Xml setup
<phpunit bootstrap="vendor/autoload.php"
colors = "true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
processIsolation="false"
stopOnFailure="false"
syntaxcheck="false"
>
<testsuites>
<testsuite name="App Tests">
<directory>test</directory>
</testsuite>
</testsuites>
</phpunit>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment