Unittesting

This commit is contained in:
2024-03-01 12:56:55 +00:00
parent ec00087025
commit f4a86016a8
6 changed files with 8 additions and 9 deletions

View File

@ -17,7 +17,6 @@ class TwoPlayerTrueSkillCalculatorTest extends TestCase
{
$calculator = new TwoPlayerTrueSkillCalculator();
// We only support two players
TrueSkillCalculatorTests::testAllTwoPlayerScenarios($this, $calculator);
}
}