diff --git a/tests/Exception/MissingParticipantOfSurveyExceptionTest.php b/tests/Exception/MissingParticipantOfSurveyExceptionTest.php index 88419c3..081fbbe 100644 --- a/tests/Exception/MissingParticipantOfSurveyExceptionTest.php +++ b/tests/Exception/MissingParticipantOfSurveyExceptionTest.php @@ -38,6 +38,11 @@ class MissingParticipantOfSurveyExceptionTest extends BaseTestCase static::assertEquals($expectedMessage, $exception->getMessage()); } + /** + * Provides ID of survey and e-mail address of the participant + * + * @return Generator + */ public function provideSurveyIdAndEmail() { $template = 'Participant with e-mail %s of survey with ID %s is missing. Maybe was not added to the survey?';