File tree Expand file tree Collapse file tree
tests/drivers/amqp_interop Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,11 +51,11 @@ public function testRetry()
5151
5252 public function testPriority ()
5353 {
54- $ this ->getQueue ()->priority (1 )->push (new PriorityJob (['number ' => 1 ]));
55- $ this ->getQueue ()->priority (3 )->push (new PriorityJob (['number ' => 5 ]));
54+ $ this ->getQueue ()->priority (3 )->push (new PriorityJob (['number ' => 1 ]));
55+ $ this ->getQueue ()->priority (1 )->push (new PriorityJob (['number ' => 5 ]));
5656 $ this ->getQueue ()->priority (2 )->push (new PriorityJob (['number ' => 3 ]));
5757 $ this ->getQueue ()->priority (2 )->push (new PriorityJob (['number ' => 4 ]));
58- $ this ->getQueue ()->priority (1 )->push (new PriorityJob (['number ' => 2 ]));
58+ $ this ->getQueue ()->priority (3 )->push (new PriorityJob (['number ' => 2 ]));
5959 $ this ->startProcess ('php yii queue/listen ' );
6060 sleep (3 );
6161
You can’t perform that action at this time.
0 commit comments