wp_back/wp-content/plugins/wp-smushit/vendor/mixpanel/mixpanel-php/phpunit.xml.dist
2024-05-20 15:37:46 +03:00

30 lines
764 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
bootstrap="vendor/autoload.php"
cacheTokens="true"
colors="false"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false"
verbose="false">
<testsuites>
<testsuite name="Mixpanel Test">
<directory>./test/</directory>
</testsuite>
</testsuites>
<filter>
<blacklist>
<directory>examples</directory>
<directory>vendor</directory>
<directory>test</directory>
</blacklist>
</filter>
</phpunit>