<phpunit
    bootstrap="tests/selenium/bootstrap.php"
    backupGlobals="false"
    colors="true"
    convertErrorsToExceptions="true"
    convertNoticesToExceptions="true"
    convertWarningsToExceptions="true"
    >
    <php>
        <const name="WP_TESTS_SELENIUM" value="1" />
    </php>
    <testsuites>
        <testsuite>
            <directory prefix="test_" suffix=".php">./tests/selenium/</directory>
        </testsuite>
    </testsuites>
</phpunit>
