Skip to content

Commit

Permalink
add missing method doc (laravel#36367)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomirons committed Feb 23, 2021
1 parent 5c25cc2 commit b69db31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Illuminate/Support/Facades/ParallelTesting.php
Expand Up @@ -5,6 +5,7 @@
/**
* @method static void setUpProcess(callable $callback)
* @method static void setUpTestCase(callable $callback)
* @method static void setupTestDatabase(callable $callback)
* @method static void tearDownProcess(callable $callback)
* @method static void tearDownTestCase(callable $callback)
* @method static int|false token()
Expand Down

0 comments on commit b69db31

Please sign in to comment.