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