Skip to content

Instantly share code, notes, and snippets.

@ilsenem
Last active June 10, 2020 12:57
Show Gist options
  • Save ilsenem/01973c1a6b9113a21ef8 to your computer and use it in GitHub Desktop.
Save ilsenem/01973c1a6b9113a21ef8 to your computer and use it in GitHub Desktop.
<phpunit bootstrap="tests/bootstrap.php" colors="true">
<testsuites>
<testsuite name="Test Suite">
<directory suffix="Test.php">tests</directory>
</testsuite>
</testsuites>
<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">src</directory>
</whitelist>
</filter>
<logging>
<log type="coverage-html" target="tests/.coverage"/>
</logging>
</phpunit>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment