Exemplo n.º 1
0
 /** @test */
 function it_is_alive_when_more_than_zero_hitpoints()
 {
     $this->unit->loseHitpoints(44);
     $this->assertTrue($this->unit->isAlive());
 }