Skip to content

Commit e885e4f

Browse files
fix(tests): Add IpAddressClassifier v6 zone ID test
Signed-off-by: Josh <[email protected]>
1 parent 97421fb commit e885e4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/lib/Net/IpAddressClassifierTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ public function localIpAddressData(): array {
4343
return [
4444
['192.168.0.1'],
4545
['fe80::200:5aee:feaa:20a2'],
46+
['fe80::1fc4:15d8:78db:2319%enp4s0'], // v6 zone ID
4647
['0:0:0:0:0:ffff:10.0.0.1'],
4748
['0:0:0:0:0:ffff:127.0.0.0'],
4849
['10.0.0.1'],

0 commit comments

Comments
 (0)