<phpunit>
    <php>
        <ini name="error_reporting" value="-1"/>
    </php>
    <bootstrap>vendor/autoload.php</bootstrap>
    <testsuites>
        <testsuite name="Application Test Suite">
            <directory>./tests</directory>
        </testsuite>
    </testsuites>
</phpunit>