<?xml version="1.0"?>
<phpunit colors="true" verbose="true">
    <testsuites>
        <testsuite name="Cm_Cache_Backend_Redis testsuite">
            <file>tests/SetUpBefore.php</file>
            <file>tests/CredisTest.php</file>
            <file>tests/CredisStandaloneTest.php</file>
            <file>tests/CredisClusterTest.php</file>
            <file>tests/CredisStandaloneClusterTest.php</file>
            <file>tests/CredisSentinelTest.php</file>
            <file>tests/CredisStandaloneSentinelTest.php</file>
            <file>tests/TearDownAfter.php</file>
        </testsuite>
    </testsuites>
    <logging>
        <log type="coverage-html" target="tests/_reports/coverage/" charset="UTF-8" yui="true" highlight="false" lowUpperBound="35" highLowerBound="70"/>
        <log type="testdox-text" target="tests/_reports/testdox/tests.txt"/>
        <log type="testdox-html" target="tests/_reports/testdox/tests.html"/>
        <log type="json" target="tests/_reports/logfile.json"/>
    </logging>
</phpunit>