Add Penalty Seconds on tests

This commit is contained in:
2026-03-07 21:56:19 +01:00
parent ac46f380cb
commit 6d3402b8e3
7 changed files with 83 additions and 0 deletions
+3
View File
@@ -24,6 +24,9 @@ class QuizCandidate
#[ORM\Column]
public float $corrections = 0;
#[ORM\Column(type: Types::SMALLINT, options: ['default' => 0])]
public int $penaltySeconds = 0;
#[Gedmo\Timestampable(on: 'create')]
#[ORM\Column(type: Types::DATETIMETZ_IMMUTABLE)]
public private(set) \DateTimeImmutable $created;