Minor refactoring

This commit is contained in:
Meritoo
2017-10-01 18:20:58 +02:00
parent 5154f05ee4
commit 98cad233d9
2 changed files with 2 additions and 2 deletions

View File

@@ -62,7 +62,7 @@ class SurveyServiceTest extends BaseTestCase
static::assertInstanceOf(Client::class, $this->serviceWithoutSurveys->getClient());
static::assertInstanceOf(Client::class, $this->serviceWithSurveys->getClient());
$connectionConfiguration = new ConnectionConfiguration('http://test.com', 'test', 'test');
$connectionConfiguration = $this->getConnectionConfiguration();
$client = new Client($connectionConfiguration);
$surveyService = new SurveyService($client);