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 5c25cc2 commit b69db31Copy full SHA for b69db31
src/Illuminate/Support/Facades/ParallelTesting.php
@@ -5,6 +5,7 @@
5
/**
6
* @method static void setUpProcess(callable $callback)
7
* @method static void setUpTestCase(callable $callback)
8
+ * @method static void setupTestDatabase(callable $callback)
9
* @method static void tearDownProcess(callable $callback)
10
* @method static void tearDownTestCase(callable $callback)
11
* @method static int|false token()
0 commit comments