<phpunit
	bootstrap="tests/bootstrap_tests.php"
	backupGlobals="false"
	colors="true"
>
    <testsuites>
        <!-- Default test suite to run all tests -->
        <testsuite>
            <directory prefix="test_" suffix=".php">tests</directory>
        </testsuite>
    </testsuites>
</phpunit>