Skip to content

Commit

Permalink
Add test-case to URI-test
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Sep 12, 2024
1 parent 2f6dfba commit 384be05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Assert/URITest.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ public static function provideURI(): array
'typos' => [true, 'https//www.uni.l/en/'],
'spaces' => [true, 'this is silly'],
'empty' => [true, ''],
'azure-common' => [true, 'https://sts.windows.net/{tenantid}/'],
];
}

Expand Down

0 comments on commit 384be05

Please sign in to comment.