internetpixels/csrf-protection

View on GitHub
phpunit.xml

Summary

Maintainability
Test Coverage
<phpunit bootstrap="./vendor/autoload.php" backupGlobals="false" colors="true">
    <testsuites>
        <testsuite name="Internet Pixels - CSRF Protection">
            <directory suffix="Test.php">./tests</directory>
        </testsuite>
    </testsuites>
</phpunit>