mirror of
https://github.com/wiosna-dev/limesurvey-api-client.git
synced 2026-03-12 10:11:49 +01:00
Minor refactoring
This commit is contained in:
@@ -15,7 +15,7 @@ use Meritoo\LimeSurvey\ApiClient\Result\Item\Participant;
|
||||
use Meritoo\LimeSurvey\ApiClient\Type\MethodType;
|
||||
|
||||
/**
|
||||
* Serves participants
|
||||
* Service that serves participants
|
||||
*
|
||||
* @author Krzysztof Niziol <krzysztof.niziol@meritoo.pl>
|
||||
* @copyright Meritoo.pl
|
||||
|
||||
@@ -29,16 +29,16 @@ use PHPUnit_Framework_MockObject_MockObject;
|
||||
class ParticipantServiceTest extends BaseTestCase
|
||||
{
|
||||
/**
|
||||
* Serves participants.
|
||||
* Service without participants.
|
||||
* Service that serves participants.
|
||||
* Without participants.
|
||||
*
|
||||
* @var ParticipantService
|
||||
*/
|
||||
private $serviceWithoutParticipants;
|
||||
|
||||
/**
|
||||
* Serves participants.
|
||||
* Service with participants.
|
||||
* Service that serves participants.
|
||||
* With participants.
|
||||
*
|
||||
* @var ParticipantService
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user