Exemplo n.º 1
0
 /** @test */
 function it_loses_hitpoints()
 {
     $this->unit->loseHitpoints(1);
     $this->assertEquals(99, $this->unit->getHitpoints());
 }