<?xml version="1.0" encoding="UTF-8"?>

<phpunit bootstrap="tests/support/scripts/bootstrap.php"
         colors="true"
        >
    <testsuites>
        <testsuite name="PHP GA Measurement Protocol Test Suite">
            <directory>./tests/TheIconic/Tracking/GoogleAnalytics/</directory>
        </testsuite>
    </testsuites>
    <filter>
        <blacklist>
            <directory>./vendor</directory>
        </blacklist>
    </filter>
</phpunit>
