Exemple #1
0
 public function testGoals()
 {
     $this->ranking->addGoals(5);
     $this->ranking->addGoals(2);
     $this->assertEquals(7, $this->ranking->getGoals());
 }