AthensFramework/encryption

View on GitHub
test/phpunit.xml

Summary

Maintainability
Test Coverage
<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="../vendor/autoload.php">

    <logging>
        <log type="coverage-clover" target="../build/logs/clover.xml"/>
    </logging>

    <filter>
        <whitelist>
            <directory>../src/</directory>
        </whitelist>
    </filter>
</phpunit>