chore: cleanup

This commit is contained in:
Björn Fromme
2025-12-07 14:47:51 +01:00
parent 4abee677f6
commit c7129d5791
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';