<?xml version="1.0" encoding="utf-8" ?>
<phpunit
    colors="true"
    bootstrap="./vendor/autoload.php">

    <testsuites>
        <testsuite name="Readability Tests">
            <directory suffix=".php">./tests/</directory>
        </testsuite>
    </testsuites>
</phpunit>
