<phpunit
        bootstrap="tests/bootstrap.php"
        backupGlobals="false"
        processIsolation="false"
        colors="false">
    <testsuites>
        <testsuite name="Plugin">
            <directory suffix="Test.php">./tests</directory>
        </testsuite>
    </testsuites>
    <groups>
        <include></include>
        <exclude></exclude>
    </groups>
    <filter>
        <whitelist>
            <directory suffix=".php">includes</directory>
        </whitelist>
    </filter>
    <php>
        <ini name="error_reporting" value="32767" />
        <ini name="display_errors" value="1" />
        <ini name="display_startup_errors" value="1" />
    </php>
</phpunit>