Skip to content

Commit bf7e920

Browse files
committed
Add test ensure an email address passes the validURI test
1 parent 9878ce5 commit bf7e920

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/Assert/URITest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ public static function provideURI(): array
8282
'spaces' => [true, 'this is silly'],
8383
'empty' => [true, ''],
8484
'azure-common' => [true, 'https://sts.windows.net/{tenantid}/'],
85+
'email' => [true, 'scoobydoo@whereareyou.org'],
8586
];
8687
}
8788

0 commit comments

Comments
 (0)