Skip to content

Commit 9e3a4e7

Browse files
Merge branch '5.2' into 5.x
* 5.2: Fix EncoderInterface::encode() return type [Lock] Prevent store exception break combined store Remove check for unsupported PHP version [Notifier] Rename test method names Fix missing kernel.build_dir on cache clear [Notifier][Discord] Fix exception message + test
2 parents 679fae6 + 53927f9 commit 9e3a4e7

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

Tests/DateFormatter/Verification/IntlDateFormatterTest.php

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,6 @@ protected function setUp(): void
3030
parent::setUp();
3131
}
3232

33-
/**
34-
* @dataProvider formatProvider
35-
*/
36-
public function testFormat($pattern, $timestamp, $expected)
37-
{
38-
if (\PHP_VERSION_ID < 70105 && $timestamp instanceof \DateTimeImmutable) {
39-
$this->markTestSkipped('PHP >= 7.1.5 required for DateTimeImmutable.');
40-
}
41-
42-
parent::testFormat($pattern, $timestamp, $expected);
43-
}
44-
4533
/**
4634
* @dataProvider formatTimezoneProvider
4735
*/

0 commit comments

Comments
 (0)