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 d9ac331 commit c282bf5Copy full SHA for c282bf5
src/Facades/Nightwatch.php
@@ -18,6 +18,12 @@
18
* @method static void pause()
19
* @method static bool paused()
20
* @method static void report(\Throwable $e, bool|null $handled = null)
21
+ * @method static void redactCacheEvents(callable $callback)
22
+ * @method static void redactCommands(callable $callback)
23
+ * @method static void redactMail(callable $callback)
24
+ * @method static void redactOutgoingRequests(callable $callback)
25
+ * @method static void redactQueries(callable $callback)
26
+ * @method static void redactRequests(callable $callback)
27
* @method static void rejectCacheEvents(callable $callback)
28
* @method static void rejectMail(callable $callback)
29
* @method static void rejectNotifications(callable $callback)
0 commit comments