예제 #1
0
파일: LeagueTest.php 프로젝트: 0ida/fussi
 public function testTeamTypeProperty()
 {
     $this->tournament->setTeamType(League::TYPE_TEAM);
     $this->assertEquals(\Application\Model\Entity\League::TYPE_TEAM, $this->tournament->getTeamType());
 }