From 835c4325b8472178bd682c9ffd0c73998c762223 Mon Sep 17 00:00:00 2001 From: Meritoo Date: Thu, 19 Oct 2017 21:57:35 +0200 Subject: [PATCH] Tests - missing description of method --- tests/Exception/MissingParticipantOfSurveyExceptionTest.php | 5 +++++ 1 file changed, 5 insertions(+) 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?';