<?xml version="1.0"?>
<phpunit
    bootstrap="tests/bootstrap.php"
    backupGlobals="false"
    colors="true"
    convertErrorsToExceptions="true"
    convertNoticesToExceptions="true"
    convertWarningsToExceptions="true"
    failOnRisky="true"
    failOnWarning="true">
    <testsuites>
        <testsuite name="apex-digital-toolbox">
            <directory suffix=".php">tests</directory>
            <exclude>tests/bootstrap.php</exclude>
            <exclude>tests/stubs</exclude>
        </testsuite>
    </testsuites>
    <php>
        <env name="WP_TESTS_DIR" value="/var/www/html/wordpress-tests-lib"/>
    </php>
</phpunit>
