fix(tests): Add RemoteAddress v6 zone ID test

Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
Josh 2024-11-04 09:30:21 -05:00 committed by backportbot[bot]
parent e7fa55d59f
commit 7ff1654ed3

View file

@ -52,6 +52,8 @@ class RemoteAddressTest extends \Test\TestCase {
// No configuration
['1.2.3.4', false, true],
['1234:4567:8910::', false, true],
// v6 Zone ID
['fe80::1fc4:15d8:78db:2319%enp4s0', false, true],
// Empty configuration
['1.2.3.4', [], true],
['1234:4567:8910::', [], true],