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:
@@ -3,7 +3,7 @@
|
|||||||
"description": "Client of LimeSurvey API",
|
"description": "Client of LimeSurvey API",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.0.7",
|
"version": "0.0.8",
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Meritoo",
|
"name": "Meritoo",
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ use Meritoo\LimeSurvey\ApiClient\Result\Item\Survey;
|
|||||||
use Meritoo\LimeSurvey\ApiClient\Type\MethodType;
|
use Meritoo\LimeSurvey\ApiClient\Type\MethodType;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Serves surveys
|
* Service that serves surveys
|
||||||
*
|
*
|
||||||
* @author Krzysztof Niziol <krzysztof.niziol@meritoo.pl>
|
* @author Krzysztof Niziol <krzysztof.niziol@meritoo.pl>
|
||||||
* @copyright Meritoo.pl
|
* @copyright Meritoo.pl
|
||||||
|
|||||||
@@ -28,16 +28,16 @@ use PHPUnit_Framework_MockObject_MockObject;
|
|||||||
class SurveyServiceTest extends BaseTestCase
|
class SurveyServiceTest extends BaseTestCase
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Serves surveys.
|
* Service that serves surveys.
|
||||||
* Service without surveys.
|
* Without surveys.
|
||||||
*
|
*
|
||||||
* @var SurveyService
|
* @var SurveyService
|
||||||
*/
|
*/
|
||||||
private $serviceWithoutSurveys;
|
private $serviceWithoutSurveys;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Serves surveys.
|
* Service that serves surveys.
|
||||||
* Service with surveys.
|
* With surveys.
|
||||||
*
|
*
|
||||||
* @var SurveyService
|
* @var SurveyService
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user