<?xml version="1.0" encoding="UTF-8"?>

<phpunit bootstrap="./tests/bootstrap.php" colors="true">
    <testsuites>
        <testsuite name="Stash Test Suite">
            <directory suffix="Test.php">./tests/Stash/</directory>
        </testsuite>
    </testsuites>
    <filter>
        <whitelist>
            <directory suffix=".php">./src/Stash/</directory>
            <exclude>
                <directory>./src/Stash/Exception</directory>
                <directory>./src/Stash/Interfaces</directory>
            </exclude>
        </whitelist>
    </filter>
</phpunit>
