Added many more two team tests

This commit is contained in:
Jeff Moser
2010-08-29 18:28:05 -04:00
parent a19f565dc9
commit e45c2c7cc9
2 changed files with 393 additions and 12 deletions

View File

@ -60,7 +60,7 @@ abstract class SkillCalculator
{
if (!$playersPerTeam->isInRange($currentTeam->count()))
{
throw new Exception("Player count is not in range");
throw new \Exception("Player count is not in range");
}
$countOfTeams++;
}