Skip to content

Commit 32220e7

Browse files
Update tests/system/Helpers/URLHelper/MiscUrlTest.php
Co-authored-by: Pooya Parsa <[email protected]>
1 parent b28ec8d commit 32220e7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/system/Helpers/URLHelper/MiscUrlTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -981,6 +981,11 @@ public function testParseSubdomain(?string $host, string $expected, bool $useReq
981981
$this->assertSame($expected, parse_subdomain($host));
982982
}
983983

984+
/**
985+
* Provides test cases for parsing subdomains.
986+
*
987+
* @return array<string, array{0: string|null, 1: string, 2: bool}>
988+
*/
984989
public static function provideParseSubdomain(): iterable
985990
{
986991
return [

0 commit comments

Comments
 (0)