Skip to content

Instantly share code, notes, and snippets.

@vjrngn
Created January 18, 2016 05:43
Show Gist options
  • Save vjrngn/750f51e4ce50684eace7 to your computer and use it in GitHub Desktop.
Save vjrngn/750f51e4ce50684eace7 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
bootstrap="bootstrap/autoload.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false">
<testsuites>
<testsuite name="Application 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