Skip to content

Commit c9c6a78

Browse files
minor symfony#39554 [Notifier] Fix test (OskarStark)
This PR was merged into the 5.3-dev branch. Discussion ---------- [Notifier] Fix test | Q | A | ------------- | --- | Branch? | 5.x | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | --- | License | MIT | Doc PR | --- Commits ------- c33abaf [Notifier] Fix test
2 parents 92f8149 + c33abaf commit c9c6a78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Notifier/Bridge/LinkedIn/Tests/LinkedInTransportTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function testSupportsChatMessage()
3434

3535
public function testSendNonChatMessageThrows()
3636
{
37-
$transport = $this->getTransport();
37+
$transport = $this->createTransport();
3838

3939
$this->expectException(UnsupportedMessageTypeException::class);
4040

0 commit comments

Comments
 (0)