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 d476191 commit 29a96ebCopy full SHA for 29a96eb
src/Illuminate/Support/Facades/Queue.php
@@ -45,6 +45,7 @@
45
* @method static void assertClosurePushed(callable|int|null $callback = null)
46
* @method static void assertClosureNotPushed(callable|null $callback = null)
47
* @method static void assertNotPushed(string|\Closure $job, callable|null $callback = null)
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 bool hasPushed(string $job)
0 commit comments