test(net): Add more ip classifier test cases

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
pull/62797/head
Daniel Kesselberg 2 weeks ago
parent ffb0564fce
commit f32ffce370
No known key found for this signature in database
GPG Key ID: 4A81C29F63464E8F
  1. 4
      tests/lib/Net/IpAddressClassifierTest.php

@ -53,6 +53,10 @@ class IpAddressClassifierTest extends TestCase {
['100.100.100.200'],
['192.0.0.1'],
['64:ff9b::a9fe:a9fe'], // NAT64 of 169.254.169.254
['::ffff:127.0.0.1'],
['2130706433'],
['0177.0.0.1'],
['169.254.169.254'],
];
}

Loading…
Cancel
Save