Skip to content

Commit a4107ad

Browse files
author
Melvin D. Protacio
committed
update test to use asynchronous request
1 parent ce75237 commit a4107ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/EventTests/DefaultEventDispatcherTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public function testDispatchEvent()
4949
->getMock();
5050

5151
$guzzleClientMock->expects($this->once())
52-
->method('request')
52+
->method('requestAsync')
5353
->with($logEvent->getHttpVerb(), $logEvent->getUrl(), $expectedOptions);
5454

5555
$eventDispatcher = new DefaultEventDispatcher($guzzleClientMock);

0 commit comments

Comments
 (0)