Rewrote all test methods to use Pest's test() function with expect() assertions instead of PHPUnit class-based syntax: - IP validation tests (IPv4 and IPv6) - CIDR range matching for all prefix lengths (/0 to /32 for IPv4, /0 to /128 for IPv6) - Whitelist management tests (parsing, formatting, comments) - Entry validation and error handling - Edge cases (loopback, private ranges, link-local, mixed protocols) Test count increased from 60+ to 78 with additional edge case coverage. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| Feature | ||
| Unit | ||
| UseCase | ||
| Pest.php | ||
| TestCase.php | ||