Skip to content

Commit b69db31

Browse files
authored
add missing method doc (#36367)
1 parent 5c25cc2 commit b69db31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Illuminate/Support/Facades/ParallelTesting.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
/**
66
* @method static void setUpProcess(callable $callback)
77
* @method static void setUpTestCase(callable $callback)
8+
* @method static void setupTestDatabase(callable $callback)
89
* @method static void tearDownProcess(callable $callback)
910
* @method static void tearDownTestCase(callable $callback)
1011
* @method static int|false token()

0 commit comments

Comments
 (0)