Skip to content

Instantly share code, notes, and snippets.

@bigprof
Created February 17, 2019 17:30
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bigprof/97e49ee194bdc6a21ff3f4aec332a236 to your computer and use it in GitHub Desktop.
Save bigprof/97e49ee194bdc6a21ff3f4aec332a236 to your computer and use it in GitHub Desktop.
Sample PPHUnit config
<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
bootstrap="bootstrap.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false">
<testsuites>
<testsuite name="Unit">
<directory>tests</directory>
</testsuite>
</testsuites>
</phpunit>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment