示例#1
0
 /**
  * @test
  */
 public function switchAliveCellToDeath()
 {
     $this->object->setNextState(false);
     $this->object->switchToNextState();
     $this->assertFalse($this->object->isAlive());
 }