Beispiel #1
0
 public function testGamesPerMatchProperty()
 {
     $this->tournament->setGamesPerMatch(3);
     $this->assertEquals(3, $this->tournament->getGamesPerMatch());
 }