Skip to content

Commit

Permalink
add check
Browse files Browse the repository at this point in the history
Co-authored-by: Filippo Tessarotto <[email protected]>
Signed-off-by: Thomas Müller <[email protected]>
  • Loading branch information
mimmi20 and Slamdunk committed Jan 9, 2024
1 parent 871feb5 commit 9633b46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/View/Helper/FormDateTimeSelectTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,7 @@ public function testRendersDatesWithZhHansHKLocaleDatePattern(): void
{
$this->helper->setLocale('zh_Hans_HK');
$this->helper->setDateType(IntlDateFormatter::LONG);
self::assertSame('y年M月d日 z ah:mm:ss', $this->helper->getPattern());

$element = new DateTimeSelect('foo');
$element->setMinYear(2022);
Expand Down

0 comments on commit 9633b46

Please sign in to comment.