mirror of
https://github.com/pestphp/pest.git
synced 2026-03-10 01:37:21 +01:00
Fix an issue where beforeEach/afterEach functions were called on other describe blocks with the same name
This commit is contained in:
@ -32,7 +32,7 @@ final class TestCaseMethodFactory
|
||||
/**
|
||||
* The test's describing, if any.
|
||||
*
|
||||
* @var array<int, string>
|
||||
* @var array<int, \Pest\Support\Description>
|
||||
*/
|
||||
public array $describing = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user