Example #1
0
 public function testSetGetTimeZone()
 {
     $location = new Location();
     $location->setTimeZone('Europe/London');
     $this->assertSame('Europe/London', $location->getTimeZone());
 }