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 86c019e commit c1ea92eCopy full SHA for c1ea92e
tests/QueueTest.php
@@ -68,7 +68,7 @@ public function testIncrementAttempts(): void
68
{
69
$job_id = Queue::push('test1', ['action' => 'QueueJobExpired'], 'test');
70
$this->assertNotNull($job_id);
71
- $id = Queue::push('test2', ['action' => 'QueueJobExpired'], 'test');
+ $job_id = Queue::push('test2', ['action' => 'QueueJobExpired'], 'test');
72
$this->assertNotNull($id);
73
74
$job = Queue::pop('test');
0 commit comments