Changed TimeKeeper to keep a permanent "now" state.
This commit is contained in:
@@ -165,6 +165,6 @@ class TimeKeeperTests extends \PHPUnit_Framework_TestCase {
|
||||
|
||||
public function testGameTimeSanity() {
|
||||
$keeper = new TimeKeeper($this->gameEpoch, $this->gameOffsetSeconds, $this->gameDaysPerDay);
|
||||
$this->assertNotNull($keeper->gameTime());
|
||||
$this->assertNotNull($keeper->getGameTime());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user