summaryrefslogtreecommitdiffstats
path: root/tests/unit/Service/Social/XingProviderTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/Service/Social/XingProviderTest.php')
-rw-r--r--tests/unit/Service/Social/XingProviderTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/Service/Social/XingProviderTest.php b/tests/unit/Service/Social/XingProviderTest.php
index ec9280f3..e5d94ee6 100644
--- a/tests/unit/Service/Social/XingProviderTest.php
+++ b/tests/unit/Service/Social/XingProviderTest.php
@@ -49,7 +49,7 @@ class XingProviderTest extends TestCase {
$this->client = $this->createMock(IClient::class);
$this->clientService
- ->method('NewClient')
+ ->method('newClient')
->willReturn($this->client);
$this->provider = new XingProvider(