Skip to content

Instantly share code, notes, and snippets.

@addorange
Created July 3, 2013 17:03
Show Gist options
  • Save addorange/5920537 to your computer and use it in GitHub Desktop.
Save addorange/5920537 to your computer and use it in GitHub Desktop.
phpunit.xml start
<phpunit bootstrap="vendor/autoload.php"
colors="true"
convertErrorToExceptions="true"
convertNoticesToExceptions = "true"
convertWarningsToExceptions = "true"
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false">
<testsuites>
<testsuite name="App Tests">
<directory suffix="Test.php">tests</directory>
</testsuite>
</testsuites>
</phpunit>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment