Tests - missing description of method

This commit is contained in:
Meritoo
2017-10-19 21:57:35 +02:00
parent 24a3d478b5
commit 835c4325b8

View File

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