Skip to content

Instantly share code, notes, and snippets.

@0xnbk
Created January 28, 2015 08:26
Show Gist options
  • Save 0xnbk/08fc31ec3e3761dd72ce to your computer and use it in GitHub Desktop.
Save 0xnbk/08fc31ec3e3761dd72ce to your computer and use it in GitHub Desktop.
PHPUnit
<phpunit bootstrap="vendor/autoload.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
stopOnFailure="true">
<testsuites>
<testsuite name="Test Suite">
<directory>tests</directory>
</testsuite>
</testsuites>
</phpunit>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment