Unverified Commit fb42690c authored by Denisson Leal's avatar Denisson Leal Committed by GitHub

change var name

Co-Authored-By: 's avataresron <esron.dtamar@gmail.com>
parent 2f61c955
...@@ -66,7 +66,7 @@ class QueueTest extends TestCase ...@@ -66,7 +66,7 @@ class QueueTest extends TestCase
public function testIncrementAttempts(): void public function testIncrementAttempts(): void
{ {
$id = Queue::push('test1', ['action' => 'QueueJobExpired'], 'test'); $job_id = Queue::push('test1', ['action' => 'QueueJobExpired'], 'test');
$this->assertNotNull($id); $this->assertNotNull($id);
$id = Queue::push('test2', ['action' => 'QueueJobExpired'], 'test'); $id = Queue::push('test2', ['action' => 'QueueJobExpired'], 'test');
$this->assertNotNull($id); $this->assertNotNull($id);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment