You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -57,14 +64,15 @@ public function testThrowIfExclusiveCommandProcessorOnDefaultQueue()
57
64
58
65
$this->expectException(\LogicException::class);
59
66
$this->expectExceptionMessage('The command "aCommand" processor "aBarProcessor" is exclusive but queue is not specified. Exclusive processors could not be run on a default queue.');
@@ -83,14 +91,15 @@ public function testThrowIfTwoExclusiveCommandProcessorsWorkOnSamePrefixedQueue(
83
91
84
92
$this->expectException(\LogicException::class);
85
93
$this->expectExceptionMessage('The command "aBarCommand" processor "aBarProcessor" is exclusive. The queue "aQueue" already has another exclusive command processor "aFooProcessor" bound to it.');
@@ -109,14 +118,15 @@ public function testThrowIfTwoExclusiveCommandProcessorsWorkOnSameQueue()
109
118
110
119
$this->expectException(\LogicException::class);
111
120
$this->expectExceptionMessage('The command "aBarCommand" processor "aBarProcessor" is exclusive. The queue "aQueue" already has another exclusive command processor "aFooProcessor" bound to it.');
0 commit comments