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:
@@ -3,7 +3,7 @@
|
||||
"description": "Client of LimeSurvey API",
|
||||
"type": "library",
|
||||
"license": "MIT",
|
||||
"version": "0.0.7",
|
||||
"version": "0.0.8",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Meritoo",
|
||||
|
||||
@@ -14,7 +14,7 @@ use Meritoo\LimeSurvey\ApiClient\Result\Item\Survey;
|
||||
use Meritoo\LimeSurvey\ApiClient\Type\MethodType;
|
||||
|
||||
/**
|
||||
* Serves surveys
|
||||
* Service that serves surveys
|
||||
*
|
||||
* @author Krzysztof Niziol <krzysztof.niziol@meritoo.pl>
|
||||
* @copyright Meritoo.pl
|
||||
|
||||
@@ -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