We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9878ce5 commit bf7e920Copy full SHA for bf7e920
1 file changed
tests/Assert/URITest.php
@@ -82,6 +82,7 @@ public static function provideURI(): array
82
'spaces' => [true, 'this is silly'],
83
'empty' => [true, ''],
84
'azure-common' => [true, 'https://sts.windows.net/{tenantid}/'],
85
+ 'email' => [true, 'scoobydoo@whereareyou.org'],
86
];
87
}
88
0 commit comments