summaryrefslogtreecommitdiffstats
path: root/tests/unit/Service/SocialApiServiceTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/Service/SocialApiServiceTest.php')
-rw-r--r--tests/unit/Service/SocialApiServiceTest.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/unit/Service/SocialApiServiceTest.php b/tests/unit/Service/SocialApiServiceTest.php
index a45d2543..0bee78bd 100644
--- a/tests/unit/Service/SocialApiServiceTest.php
+++ b/tests/unit/Service/SocialApiServiceTest.php
@@ -176,7 +176,7 @@ class SocialApiServiceTest extends TestCase {
->method('get')
->willReturn($response);
$this->clientService
- ->method('NewClient')
+ ->method('newClient')
->willReturn($client);
$this->imageResizer
->expects($body ? $this->once() : $this->never())
@@ -237,7 +237,7 @@ class SocialApiServiceTest extends TestCase {
->method('get')
->willReturn($response);
$this->clientService
- ->method('NewClient')
+ ->method('newClient')
->willReturn($client);
$this->imageResizer
->expects($this->once())
@@ -310,7 +310,7 @@ class SocialApiServiceTest extends TestCase {
->method('get')
->willReturn($response);
$this->clientService
- ->method('NewClient')
+ ->method('newClient')
->willReturn($client);
$this->imageResizer
->expects($this->once())
@@ -438,7 +438,7 @@ class SocialApiServiceTest extends TestCase {
->method('get')
->willReturn($validResponse);
$this->clientService
- ->method('NewClient')
+ ->method('newClient')
->willReturn($client);
$this->imageResizer
->method('resizeImage')