public function test_live_with_1_should_die()
 {
     $cell = new Cell(true);
     $this->assertEquals(false, $cell->setNewState(1));
 }