PromisePay/promisepay-php

View on GitHub
phpunit.xml

Summary

Maintainability
Test Coverage

<phpunit bootstrap="tests/bootstrap.php" colors="true">
    <testsuites>
        <testsuite name="PromisePay Test Suite">
            <directory suffix="Test.php">tests</directory>
        </testsuite>
    </testsuites>
</phpunit>