コード例 #1
0
 public function testSetLegacyGameCycle()
 {
     $this->assertNotEquals(1, $this->ryzomClock->getGameCycle());
     $this->ryzomClock->setLegacyGameCycle(1);
     $this->assertEquals(1, $this->ryzomClock->getGameCycle());
     $this->assertEquals(2524, (int) $this->ryzomClock->getRyzomYear());
 }