Beispiel #1
0
 public function testIsTeams()
 {
     $this->tournament->setTeamType(League::TYPE_TEAM);
     $this->assertFalse($this->tournament->isSinglePlayer());
     $this->assertTrue($this->tournament->isTeams());
 }