Created
March 15, 2017 10:08
-
-
Save twesolowski/6b383e3d6b19b279894bc0fecb233303 to your computer and use it in GitHub Desktop.
phpunit.xml for PrestaShop module
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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