<phpunit
        bootstrap="tests/php/bootstrap.php"
        backupGlobals="false"
        colors="true"
>
    <testsuites>
        <!-- Default test suite to run all tests -->
        <testsuite name="Fieldmanager Tests">
            <directory suffix=".php">tests</directory>
        </testsuite>
    </testsuites>
    <groups>
        <exclude>
            <group>ajax</group>
        </exclude>
    </groups>
    <logging>
        <log type="junit" target="build/logs/junit.xml" />
    </logging>
    <filter>
        <whitelist processUncoveredFilesFromWhitelist="true">
            <directory suffix=".php">php</directory>
        </whitelist>
    </filter>
</phpunit>
