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 796d8e7 commit adf93f8Copy full SHA for adf93f8
src/Illuminate/Support/Facades/Event.php
@@ -16,6 +16,7 @@
16
* @method static void assertDispatched(string|\Closure $event, callable|int $callback = null)
17
* @method static void assertDispatchedTimes(string $event, int $times = 1)
18
* @method static void assertNotDispatched(string|\Closure $event, callable|int $callback = null)
19
+ * @method static void assertListening(string $expectedEvent, string expectedListener)
20
* @method static void flush(string $event)
21
* @method static void forget(string $event)
22
* @method static void forgetPushed()
0 commit comments