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

@@ -53,9 +53,4 @@ final class CandidateRepositoryTest extends DatabaseTestCase
);
$this->assertNotInstanceOf(Candidate::class, $result);
}
public function testGetScores(): void
{
$this->markTestIncomplete('TODO: Make fixtures first and write good test.');
}
}