Skip to content

Commit 53927f9

Browse files
committed
Remove check for unsupported PHP version
1 parent 7f17092 commit 53927f9

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)