Tags: kasapdev/php-request-validator
Tags
Add edge-case tests for in/regex parameter handling, unknown rules, a… …nd colon-containing parameters Adds 10 new regression tests to tests/run.php: in rule against array values and empty parameters, bare regex with no parameter, non-numeric min/max parameters, unrecognized rule names, colon-containing regex parameters, and whitespace/empty-segment tolerance in rule string parsing. All existing and new tests pass; no bugs were found.