From f3f2dc6cecb71875fe5b55b1e346bf7cfaae773b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Tue, 16 Dec 2025 13:31:06 +0100 Subject: [PATCH] fix: adopt changes in test --- tests/Service/ParticipantPrepopulationServiceTest.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tests/Service/ParticipantPrepopulationServiceTest.php b/tests/Service/ParticipantPrepopulationServiceTest.php index 2b23131..f287c9d 100644 --- a/tests/Service/ParticipantPrepopulationServiceTest.php +++ b/tests/Service/ParticipantPrepopulationServiceTest.php @@ -54,10 +54,6 @@ class ParticipantPrepopulationServiceTest extends TestCase ->with('test@example.com', 'decrypted_password') ->willReturn($personalData); - $this->logger->expects($this->once()) - ->method('info') - ->with('Prepopulated applicant data from user profile', ['email' => 'test@example.com']); - $result = $this->service->prepopulateApplicantFromUser($user, $applicant); // BPN API IDs for linking to existing records @@ -104,9 +100,6 @@ class ParticipantPrepopulationServiceTest extends TestCase ->method('getPersonalData') ->willReturn($personalData); - $this->logger->expects($this->once()) - ->method('info'); - $result = $this->service->prepopulateApplicantFromUser($user, $applicant); // Required fields should be populated