We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92f8149 commit c33abafCopy full SHA for c33abaf
src/Symfony/Component/Notifier/Bridge/LinkedIn/Tests/LinkedInTransportTest.php
@@ -34,7 +34,7 @@ public function testSupportsChatMessage()
34
35
public function testSendNonChatMessageThrows()
36
{
37
- $transport = $this->getTransport();
+ $transport = $this->createTransport();
38
39
$this->expectException(UnsupportedMessageTypeException::class);
40
0 commit comments