Minor refactoring

This commit is contained in:
Meritoo
2017-09-28 19:43:02 +02:00
parent f5de59f50b
commit 5061f5a295
3 changed files with 6 additions and 6 deletions

View File

@@ -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
*/