Skip to content

Instantly share code, notes, and snippets.

@anytizer
Created May 29, 2024 21:40
Show Gist options
  • Save anytizer/b406bc630dfeff29ecda4bd88ad0bd9c to your computer and use it in GitHub Desktop.
Save anytizer/b406bc630dfeff29ecda4bd88ad0bd9c to your computer and use it in GitHub Desktop.
phphunit.xml minimum settings
<phpunit bootstrap="bootstrap.php" colors="true">
<testsuites>
<testsuite name="unit">
<directory suffix="Test.php">cases</directory>
</testsuite>
</testsuites>
</phpunit>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment