Skip to content

Instantly share code, notes, and snippets.

@fasetto
Last active March 23, 2018 13:17
Show Gist options
  • Save fasetto/7e10ff804a9d7f49306e05d79c56dbbc to your computer and use it in GitHub Desktop.
Save fasetto/7e10ff804a9d7f49306e05d79c56dbbc to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8" ?>
<phpunit bootstrap="vendor/autoload.php"
colors="true"
verbose="true"
stopOnFailure="false">
<testsuites>
<testsuite name="Test suite1">
<directory>tests</directory>
<!-- <file>file-path</file> -->
</testsuite>
</testsuites>
</phpunit>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment