Exemple #1
0
 public function testScore()
 {
     $this->ranking->addPoints(3);
     $this->ranking->addPoints(2);
     $this->assertEquals(5, $this->ranking->getScore());
 }