Add missing unit test

This commit is contained in:
Alejandro Celaya
2024-07-17 19:56:53 +02:00
parent f49d98f2ea
commit bab6a3951e
2 changed files with 3 additions and 1 deletions

View File

@@ -26,7 +26,7 @@ final class IpAddressUtils
* Matching will happen as follows:
* * Static IP address -> strict equality with provided IP address.
* * CIDR block -> provided IP address is part of that block.
* * Wildcard -> static parts match the corresponding ones in provided IP address.
* * Wildcard pattern -> static parts match the corresponding ones in provided IP address.
*
* @param string[] $groups
* @throws InvalidIpFormatException