Merge pull request #20 from aniplaylist/patch-1

Fix typo in beforeAll() PHPDoc block
This commit is contained in:
Nuno Maduro
2020-05-24 00:48:21 +02:00
committed by GitHub

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
{