Jimdo/prometheus_client_php

View on GitHub
phpunit.xml

Summary

Maintainability
Test Coverage
<phpunit colors="true" bootstrap="./tests/bootstrap.php">
    <testsuites>
        <testsuite name="Test Suite">
            <directory>./tests/Test/Prometheus</directory>
        </testsuite>
    </testsuites>
</phpunit>