diff --git a/src/Illuminate/Support/Facades/Event.php b/src/Illuminate/Support/Facades/Event.php index 7262f626d0d2..b8b9c2f0168f 100755 --- a/src/Illuminate/Support/Facades/Event.php +++ b/src/Illuminate/Support/Facades/Event.php @@ -16,6 +16,7 @@ * @method static void assertDispatched(string|\Closure $event, callable|int $callback = null) * @method static void assertDispatchedTimes(string $event, int $times = 1) * @method static void assertNotDispatched(string|\Closure $event, callable|int $callback = null) + * @method static void assertListening(string $expectedEvent, string expectedListener) * @method static void flush(string $event) * @method static void forget(string $event) * @method static void forgetPushed()