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

<phpunit colors="true" stopOnFailure="false" bootstrap="bootstrap.php">
    <testsuites>
        <testsuite name="package">
            <directory suffix=".php">classes</directory>
        </testsuite>
    </testsuites>
</phpunit>
