Skip to content

Instantly share code, notes, and snippets.

@StyxOfDynamite
Created December 2, 2021 09:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save StyxOfDynamite/1d2cc2207b4eea3030e1cdea94be5b7c to your computer and use it in GitHub Desktop.
Save StyxOfDynamite/1d2cc2207b4eea3030e1cdea94be5b7c to your computer and use it in GitHub Desktop.
Basic PHP unit config
<phpunit bootstrap="vendor/autoload.php">
<testsuites>
<testsuite name="ItemCollectionTest">
<directory>tests</directory>
</testsuite>
</testsuites>
</phpunit>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment