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.
2 parents 92f8149 + c33abaf commit c9c6a78Copy full SHA for c9c6a78
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