Skip to content

Commit dc9e9cd

Browse files
Merge branch '4.4' into 5.3
* 4.4: [GHA] Test on PHP 8.2 as experimental and 8.1 as a regular version
2 parents 1af1675 + 37c8fb0 commit dc9e9cd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Tests/DateFormatter/AbstractIntlDateFormatterTest.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,19 @@ public function testConstructorDefaultTimeZone()
5858
);
5959
}
6060

61+
/**
62+
* @group legacy
63+
*/
6164
public function testConstructorWithoutDateType()
6265
{
6366
$formatter = $this->getDateFormatter('en', null, IntlDateFormatter::SHORT, 'UTC', IntlDateFormatter::GREGORIAN);
6467

6568
$this->assertSame('EEEE, MMMM d, y \'at\' h:mm a', $formatter->getPattern());
6669
}
6770

71+
/**
72+
* @group legacy
73+
*/
6874
public function testConstructorWithoutTimeType()
6975
{
7076
$formatter = $this->getDateFormatter('en', IntlDateFormatter::SHORT, null, 'UTC', IntlDateFormatter::GREGORIAN);

0 commit comments

Comments
 (0)