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