Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -58,7 +58,7 @@ public function testGtmOffset()
->setMethods(null)
->getMock();

$this->assertEquals(3600, $dateTime->getGmtOffset());
$this->assertEquals(7200, $dateTime->getGmtOffset());
}

/**

0 comments on commit d0f356e

Please sign in to comment.