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 2ae102f commit 8271437Copy full SHA for 8271437
tests/QueueTest.php
@@ -47,7 +47,7 @@ public function testQueueJobExpired()
47
48
// Expect an attempted older job in the queue
49
$job = Queue::pop('test');
50
- $this->assertEquals(1, $job->attempts());
+ $this->assertEquals(1, 0);// trying to get a fail test
51
$this->assertGreaterThan($expiry, $job->reservedAt());
52
53
$job->delete();
0 commit comments