Beispiel #1
0
 public function testTeamTypeProperty()
 {
     $this->tournament->setTeamType(League::TYPE_TEAM);
     $this->assertEquals(\Application\Model\Entity\League::TYPE_TEAM, $this->tournament->getTeamType());
 }