<?xml version="1.0"?>
<phpunit
    bootstrap="tests/bootstrap.php"
    backupGlobals="false"
    colors="true"
    convertErrorsToExceptions="true"
    convertNoticesToExceptions="true"
    convertWarningsToExceptions="true"
>
    <testsuites>
        <testsuite name="integration">
            <directory prefix="" suffix="Test.php">./tests/integration/</directory>
        </testsuite>
    </testsuites>
    <php>
        <const name="WP_TESTS_MULTISITE" value="0"/>
    </php>
</phpunit>
