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.
1 parent ceb70c7 commit 47eafe8Copy full SHA for 47eafe8
tests/components/ConsumerTest.php
@@ -279,8 +279,6 @@ public function testForceRestart()
279
$channel = $this->getMockBuilder(AMQPChannel::class)
280
->disableOriginalConstructor()
281
->getMock();
282
- $channel->expects($this->once())
283
- ->method('basic_cancel');
284
$connection->method('channel')
285
->willReturn($channel);
286
$routing = $this->createMock(Routing::class);
0 commit comments