We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 616ba16 commit 5e42b68Copy full SHA for 5e42b68
tests/SAML2/Assert/URITest.php
@@ -48,6 +48,7 @@ public static function provideURI(): array
48
'intl' => [true, 'https://niño.com'],
49
'spn' => [true, 'spn:a4cf592f-a64c-46ff-a788-b260f474525b'],
50
'typos' => [false, 'https//www.uni.l/en/'],
51
+ 'email' => [false, 'scoobydoo@whereareyou.org'],
52
'spaces' => [false, 'this is silly'],
53
'empty' => [false, ''],
54
];
0 commit comments