chore: adjust and cleanup tests

This commit is contained in:
Björn Fromme
2026-03-16 11:59:11 +01:00
parent 1f5c835f8a
commit b485112ed3
10 changed files with 52 additions and 148 deletions
@@ -250,7 +250,7 @@ class ParticipantInsuranceFieldHandlerTest extends TestCase
private function createInsurance(string|int $id, string $label = 'Test Insurance'): Insurance
{
$insurance = new Insurance();
$insurance->id = $id;
$insurance->id = (string) $id;
$insurance->label = $label;
return $insurance;