gluck1986/project-lvl1-s156

View on GitHub
phpunit.xml

Summary

Maintainability
Test Coverage
<phpunit
        bootstrap="vendor/autoload.php"
        colors="true"
        stopOnError="false"
        stopOnFailure="false"
        stopOnIncomplete="false"
        stopOnSkipped="false"
>
    <testsuites>
        <testsuite name="brain">
            <directory>tests</directory>
        </testsuite>
    </testsuites>
</phpunit>