Skip to content

Instantly share code, notes, and snippets.

@behrendtio
Created September 27, 2011 09:53
Show Gist options
  • Save behrendtio/1244714 to your computer and use it in GitHub Desktop.
Save behrendtio/1244714 to your computer and use it in GitHub Desktop.
PHPUnit.xml
<?xml version="1.0" encoding="UTF-8"?>
<phpunit convertErrorsToExceptions="true" convertNoticesToExceptions="true"
convertWarningsToExceptions="true" stopOnFailure="false" backupGlobals="false" syntaxCheck="true" colors="true">
<testsuite name="Test Suite">
<directory>./</directory>
</testsuite>
<filter>
<whitelist>
<directory suffix=".php">.</directory>
</whitelist>
</filter>
</phpunit>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment