Skip to content

Commit 2812bda

Browse files
committed
Add missing assertion method docs
1 parent 4890bb9 commit 2812bda

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Facades/Metrics.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
* @method static void capture()
1414
* @method static bool isCapturing()
1515
* @method static void stopCapturing()
16+
* @method static void assertRecorded(\Closure|string $callback)
17+
* @method static void assertRecordedTimes(\Closure|string $callback, int $times = 1)
18+
* @method static void assertNotRecorded(\Closure|string $callback)
19+
* @method static void assertNothingRecorded()
1620
*
1721
* @see \DirectoryTree\Metrics\MetricManager
1822
* @see \DirectoryTree\Metrics\MetricFake

0 commit comments

Comments
 (0)