Skip to content

Commit 37c8fb0

Browse files
[GHA] Test on PHP 8.2 as experimental and 8.1 as a regular version
1 parent dded56f commit 37c8fb0

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
@@ -56,13 +56,19 @@ public function testConstructorDefaultTimeZone()
5656
);
5757
}
5858

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

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

69+
/**
70+
* @group legacy
71+
*/
6672
public function testConstructorWithoutTimeType()
6773
{
6874
$formatter = $this->getDateFormatter('en', IntlDateFormatter::SHORT, null, 'UTC', IntlDateFormatter::GREGORIAN);

0 commit comments

Comments
 (0)