public function testMoveToTimezone() { $copy = clone $this->fixture; $tz = new TimeZone('Australia/Sydney'); $this->assertEquals($this->fixture, DateUtil::moveToTimeZone($copy, $tz)); }