Fix typo in beforeAll() PHPDoc block

This commit is contained in:
Angy
2020-05-23 23:01:03 +02:00
committed by GitHub
parent ce14ffd49a
commit 81a646d64e

View File

@ -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
{