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 162a7f9 commit e137d50Copy full SHA for e137d50
src/Illuminate/Support/Facades/Mail.php
@@ -43,6 +43,7 @@
43
* @method static bool hasMacro(string $name)
44
* @method static void flushMacros()
45
* @method static void assertSent(string|\Closure $mailable, callable|array|string|int|null $callback = null)
46
+ * @method static void assertSentTimes(string $mailable, int $times = 1)
47
* @method static void assertNotOutgoing(string|\Closure $mailable, callable|null $callback = null)
48
* @method static void assertNotSent(string|\Closure $mailable, callable|array|string|null $callback = null)
49
* @method static void assertNothingOutgoing()
0 commit comments