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 5c2a570 commit 59546dcCopy full SHA for 59546dc
tests/QueueTest.php
@@ -60,8 +60,8 @@ public function testQueueJobExpired(): void
60
61
public function testFailQueueJob(): void
62
{
63
- $p = app('queue.failer');
+ $provider = app('queue.failer');
64
65
- $this->assertInstanceOf(MongoFailedJobProvider::class, $p);
+ $this->assertInstanceOf(MongoFailedJobProvider::class, $provider);
66
}
67
0 commit comments