<phpunit
    bootstrap="tests/phpunit/includes/bootstrap.php"
    backupGlobals="false"
    colors="true"
    beStrictAboutTestsThatDoNotTestAnything="true">
    <testsuites>
        <!-- Default test suite to run all tests -->
        <testsuite>
            <directory suffix=".php">tests/phpunit/tests/helpcenter</directory>
        </testsuite>
    </testsuites>
    <filter>
        <whitelist addUncoveredFilesFromWhitelist="true">
            <file>src/wp-content/themes/helpcenter-theme-child/functions.php</file>
            <file>src/wp-content/plugins/orchard-referer/orchard-referer.php</file>
            <directory suffix=".php">src/wp-content/plugins/orchard-autologin</directory>

            <exclude>
                <directory suffix=".php">src/wp-admin</directory>
                <directory suffix=".php">src/wp-includes</directory>
                <file>src/wp-content/plugins/orchard-autologin/library/Encryption/Crypt.php</file>
                <file>src/wp-content/plugins/orchard-autologin/library/AWSManager.php</file>
            </exclude>
        </whitelist>
    </filter>
</phpunit>
