pgrimaud/sytadin

View on GitHub
phpunit.xml

Summary

Maintainability
Test Coverage
<phpunit bootstrap="vendor/autoload.php">
    <testsuites>
        <testsuite name="sytadin">
            <directory>tests</directory>
        </testsuite>
    </testsuites>
</phpunit>