We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 698827c commit 0f011c4Copy full SHA for 0f011c4
test/RangerTest.php
@@ -179,9 +179,6 @@ public function testTimestampTimezone()
179
180
public function testOffsetTimezone()
181
{
182
- if (PHP_MAJOR_VERSION < 7) {
183
- $this->markTestSkipped("Timezone offsets not supported in PHP5");
184
- }
185
$backup = date_default_timezone_get();
186
if (!date_default_timezone_set('UTC')) {
187
$this->markTestSkipped("Couldn't set timezone");
0 commit comments