chore: cleanup

This commit is contained in:
Björn Fromme
2026-03-16 11:59:12 +01:00
parent 61447ced4f
commit 502b121e43
10 changed files with 5 additions and 333 deletions
@@ -340,7 +340,7 @@ class BookingDataProcessorTest extends TestCase
$formData = $this->createCompleteFormData();
$participant = $formData->participants[0];
$participant->status = 'C'; // Inactive status
$participant->status = 'S'; // Canceled status
$participant->firstName = 'Updated';
$participant->lastName = 'Participant';