Example #1
0
 public function testScore()
 {
     $this->addGameToMatch(1, 10);
     $this->addGameToMatch(10, 1);
     $this->assertEquals('1 / 1', $this->match->getScore());
 }