All tests now extend TestCase

This commit is contained in:
Alexander Liljengård
2016-05-24 14:06:43 +02:00
parent 983c6dc487
commit 9f97eb1653
11 changed files with 30 additions and 24 deletions

View File

@ -994,6 +994,4 @@ class TrueSkillCalculatorTests
{
$testClass->assertEquals($expectedMatchQuality, $actualMatchQuality, '', self::ERROR_TOLERANCE_MATCH_QUALITY);
}
}
?>
}