Skip to content

Commit 5e42b68

Browse files
committed
Add test ensure an email address fails to pass the xs:anyURI test
1 parent 616ba16 commit 5e42b68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/SAML2/Assert/URITest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ public static function provideURI(): array
4848
'intl' => [true, 'https://niño.com'],
4949
'spn' => [true, 'spn:a4cf592f-a64c-46ff-a788-b260f474525b'],
5050
'typos' => [false, 'https//www.uni.l/en/'],
51+
'email' => [false, 'scoobydoo@whereareyou.org'],
5152
'spaces' => [false, 'this is silly'],
5253
'empty' => [false, ''],
5354
];

0 commit comments

Comments
 (0)