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 6fb4ae7 commit 2fad9e6Copy full SHA for 2fad9e6
tests/Queue/Connectors/RabbitMQConnectorTest.php
@@ -130,7 +130,6 @@ public function testShouldCallContextCloseMethodOnWorkerStoppingEvent()
130
->method('listen')
131
->with(WorkerStopping::class, $this->isInstanceOf(\Closure::class))
132
->willReturnCallback(function ($eventName, \Closure $listener) {
133
-
134
$listener();
135
})
136
;
0 commit comments