Move getScores from Candidate to Quiz

This commit is contained in:
2025-11-02 11:41:02 +01:00
parent 56f97c77ea
commit 68b019135f
6 changed files with 49 additions and 51 deletions

View File

@@ -42,4 +42,9 @@ final class QuizRepositoryTest extends DatabaseTestCase
$this->assertCount(1, $krtekSeason->quizzes);
}
public function testGetScores(): void
{
$this->markTestIncomplete('TODO: Make fixtures first and write good test.');
}
}