mirror of
https://github.com/wiosna-dev/limesurvey-api-client.git
synced 2026-03-12 02:11:45 +01:00
Minor refactoring
This commit is contained in:
@@ -28,16 +28,16 @@ use PHPUnit_Framework_MockObject_MockObject;
|
||||
class SurveyServiceTest extends BaseTestCase
|
||||
{
|
||||
/**
|
||||
* Serves surveys.
|
||||
* Service without surveys.
|
||||
* Service that serves surveys.
|
||||
* Without surveys.
|
||||
*
|
||||
* @var SurveyService
|
||||
*/
|
||||
private $serviceWithoutSurveys;
|
||||
|
||||
/**
|
||||
* Serves surveys.
|
||||
* Service with surveys.
|
||||
* Service that serves surveys.
|
||||
* With surveys.
|
||||
*
|
||||
* @var SurveyService
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user