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