File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
src/Illuminate/Support/Facades Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 48
48
* @method static void assertQueued(string|\Closure $mailable, callable|int|null $callback = null)
49
49
* @method static void assertNotQueued(string|\Closure $mailable, callable|null $callback = null)
50
50
* @method static void assertNothingQueued()
51
+ * @method static void assertSentCount(int $count)
52
+ * @method static void assertQueuedCount(int $count)
53
+ * @method static void assertOutgoingCount(int $count)
51
54
* @method static \Illuminate\Support\Collection sent(string|\Closure $mailable, callable|null $callback = null)
52
55
* @method static bool hasSent(string $mailable)
53
56
* @method static \Illuminate\Support\Collection queued(string|\Closure $mailable, callable|null $callback = null)
You can’t perform that action at this time.
0 commit comments