first commit
This commit is contained in:
14
modules/mailchimppro/vendor/drewm/mailchimp-api/phpunit.xml
vendored
Normal file
14
modules/mailchimppro/vendor/drewm/mailchimp-api/phpunit.xml
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<phpunit backupGlobals="false"
|
||||
backupStaticAttributes="false"
|
||||
bootstrap="./tests/bootstrap.php"
|
||||
colors="true"
|
||||
failOnRisky="true"
|
||||
failOnWarning="true"
|
||||
stopOnFailure="false">
|
||||
<testsuites>
|
||||
<testsuite name="MailChimp Test Suite">
|
||||
<directory suffix=".php">./tests/</directory>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
</phpunit>
|
||||
Reference in New Issue
Block a user