Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 96c8e7a

Browse files
-
1 parent 1f37bb8 commit 96c8e7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Notifier/Tests/Event/FailedMessageEventTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public function testFailedMessageEventIsDisptachIfError()
4747
$clientMock = $this->createMock(HttpClientInterface::class);
4848

4949
$transport = new class($clientMock, $eventDispatcherMock) extends AbstractTransport {
50-
public NullTransportException $exception;
50+
public $exception;
5151

5252
public function __construct($client, EventDispatcherInterface $dispatcher = null)
5353
{

0 commit comments

Comments
 (0)