Skip to content

Instantly share code, notes, and snippets.

@twesolowski
Created March 15, 2017 10:08
Show Gist options
  • Save twesolowski/6b383e3d6b19b279894bc0fecb233303 to your computer and use it in GitHub Desktop.
Save twesolowski/6b383e3d6b19b279894bc0fecb233303 to your computer and use it in GitHub Desktop.
phpunit.xml for PrestaShop module
<phpunit
bootstrap="../../config/config.inc.php"
colors="true">
<testsuites>
<testsuite name="module">
<directory>tests</directory>
</testsuite>
</testsuites>
</phpunit>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment