From 81a646d64e260d49c2d92735ca0398cd037b7d21 Mon Sep 17 00:00:00 2001 From: Angy <40739069+aniplaylist@users.noreply.github.com> Date: Sat, 23 May 2020 23:01:03 +0200 Subject: [PATCH] Fix typo in beforeAll() PHPDoc block --- src/globals.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {