8000
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 9e554ce commit 1039300Copy full SHA for 1039300
src/Symfony/Component/Messenger/Tests/WorkerTest.php
@@ -122,6 +122,8 @@ public function testWorkerDispatchesEventsOnSuccess()
122
if ($event instanceof WorkerRunningEvent) {
123
$event->getWorker()->stop();
124
}
125
+
126
+ return $event;
127
});
128
129
$worker = new Worker([$receiver], $bus, $eventDispatcher);
@@ -151,6 +153,8 @@ public function testWorkerDispatchesEventsOnError()
151
153
152
154
155
156
157
158
159
160
0 commit comments