Skip to content

Instantly share code, notes, and snippets.

@xuyuji9000
Created April 29, 2017 23:57
Show Gist options
  • Save xuyuji9000/8468cbbab5e41202ab681edc893d48cf to your computer and use it in GitHub Desktop.
Save xuyuji9000/8468cbbab5e41202ab681edc893d48cf to your computer and use it in GitHub Desktop.
<phpunit
backupGlobals="false"
colors="true"
bootstrap="vendor/autoload.php"
>
<testsuites>
<testsuite name="Test Suite">
<directory>tests</directory>
</testsuite>
</testsuites>
<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">./src</directory>
</whitelist>
</filter>
</phpunit>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment