fpdo/fluentpdo

View on GitHub
phpunit.xml

Summary

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