SurveyService - getAllSurveys() method - catch and serve an exception while fetching all surveys

This commit is contained in:
Meritoo
2017-09-29 16:55:04 +02:00
parent ab328b96ee
commit d54765b378
5 changed files with 82 additions and 6 deletions

View File

@@ -208,7 +208,7 @@ class ParticipantServiceTest extends BaseTestCase
}
/**
* Returns manager of the JsonRPC client used while connecting to LimeSurvey's API
* Returns manager of the JsonRPC client used while connecting to LimeSurvey's API with mocked method runMethod()
*
* @param int $runMethodCallCount Count of calls of the runMethod() method (who is mocked)
* @param array $runMethodCallResults (optional) Results of calls of the runMethod() method (who is mocked)