/**
  * Test format_gmt_offset
  *
  * @covers CustomizeSnapshots\Customize_Snapshot_Manager::format_gmt_offset()
  */
 public function test_format_gmt_offset()
 {
     $offset = $this->manager->format_gmt_offset(7.0);
     $this->assertEquals('+7', $offset);
 }