PressLabs/toplytics

View on GitHub
phpunit.xml

Summary

Maintainability
Test Coverage
<?xml version="1.0"?>
<phpunit
    bootstrap="tests/bootstrap.php"
    backupGlobals="false"
    colors="true"
    convertErrorsToExceptions="true"
    convertNoticesToExceptions="true"
    convertWarningsToExceptions="true"
    >
    <testsuites>
        <testsuite>
            <directory prefix="test-" suffix=".php">./tests/</directory>
        </testsuite>
    </testsuites>
    <!-- <filter>
        <blacklist>
            <directory suffix=".php">/tmp/wordpress</directory>
        </blacklist>
    </filter> -->
</phpunit>