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