Skip to content

Commit 0f011c4

Browse files
committed
remove outdated check
1 parent 698827c commit 0f011c4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/RangerTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,9 +179,6 @@ public function testTimestampTimezone()
179179

180180
public function testOffsetTimezone()
181181
{
182-
if (PHP_MAJOR_VERSION < 7) {
183-
$this->markTestSkipped("Timezone offsets not supported in PHP5");
184-
}
185182
$backup = date_default_timezone_get();
186183
if (!date_default_timezone_set('UTC')) {
187184
$this->markTestSkipped("Couldn't set timezone");

0 commit comments

Comments
 (0)