diff --git a/src/globals.php b/src/globals.php index 4d137635..fa71e55c 100644 --- a/src/globals.php +++ b/src/globals.php @@ -13,7 +13,7 @@ use Pest\TestSuite; use PHPUnit\Framework\TestCase; /** - * Runs the given closure after all tests in the current file. + * Runs the given closure before all tests in the current file. */ function beforeAll(Closure $closure): void {