jkphl/antibot

View on GitHub
src/Antibot/Tests/Ports/HoneypotValidatorTest.php

Summary

Maintainability
A
1 hr
Test Coverage

Method testHoneypots has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function testHoneypots(): void
    {
        $renderer          = function (InputElement $input, string $html) {
            return '<label style="display:none">' . $html . '</label>';
        };
Severity: Minor
Found in src/Antibot/Tests/Ports/HoneypotValidatorTest.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status