aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Security/Normalizer/IpAddressTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/Security/Normalizer/IpAddressTest.php')
-rw-r--r--tests/lib/Security/Normalizer/IpAddressTest.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/lib/Security/Normalizer/IpAddressTest.php b/tests/lib/Security/Normalizer/IpAddressTest.php
index 044fc52b4b9..a3c839adc3b 100644
--- a/tests/lib/Security/Normalizer/IpAddressTest.php
+++ b/tests/lib/Security/Normalizer/IpAddressTest.php
@@ -36,6 +36,10 @@ class IpAddressTest extends TestCase {
'192.168.0.123/32',
],
[
+ '::ffff:192.168.0.123',
+ '::ffff:192.168.0.123/32',
+ ],
+ [
'2001:0db8:85a3:0000:0000:8a2e:0370:7334',
'2001:db8:85a3::/64',
],