mirror of
https://github.com/wiosna-dev/limesurvey-api-client.git
synced 2026-03-12 02:11:45 +01:00
Tests - missing description of method
This commit is contained in:
@@ -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?';
|
||||||
|
|||||||
Reference in New Issue
Block a user