Skip to content

Instantly share code, notes, and snippets.

@arosha445
Created February 17, 2018 09:04
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 arosha445/790c4fd9611265f489380011806b93f0 to your computer and use it in GitHub Desktop.
Save arosha445/790c4fd9611265f489380011806b93f0 to your computer and use it in GitHub Desktop.
phpunit
<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="vendor/autoload.php"
colors="true"
verbose="true"
stopOnFailure="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