Skip to content

Commit

Permalink
Fix the syntax to satisfy PHP 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Namaka committed Oct 26, 2024
1 parent e11e2d7 commit 10a813f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public function testReceivesMessagesInBlockingMode()
$connection = $this->getMockBuilder(Connection::class)
->disableOriginalConstructor()
->onlyMethods(['getQueueNames', 'pull'])
->getMock(),
->getMock()
);

$decodedMessage = new DummyMessage('Decoded.');
Expand Down

0 comments on commit 10a813f

Please sign in to comment.