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 18143d4 commit be4c18dCopy full SHA for be4c18d
src/Illuminate/Support/Facades/Queue.php
@@ -48,9 +48,11 @@
48
* @method static void assertCount(int $expectedCount)
49
* @method static void assertNothingPushed()
50
* @method static \Illuminate\Support\Collection pushed(string $job, callable|null $callback = null)
51
+ * @method static \Illuminate\Support\Collection pushedRaw(null|\Closure $callback = null)
52
* @method static bool hasPushed(string $job)
53
* @method static bool shouldFakeJob(object $job)
54
* @method static array pushedJobs()
55
+ * @method static array rawPushes()
56
* @method static \Illuminate\Support\Testing\Fakes\QueueFake serializeAndRestore(bool $serializeAndRestore = true)
57
*
58
* @see \Illuminate\Queue\QueueManager
0 commit comments