jimbojsb/swurl

View on GitHub
phpunit.xml

Summary

Maintainability
Test Coverage
<?xml version="1.0"?>
<phpunit stopOnFailure="false" stopOnError="false">
    <testsuite name="all">
        <directory suffix="Test.php">./tests</directory>
    </testsuite>
</phpunit>