mirror of
https://github.com/pestphp/pest.git
synced 2026-03-08 00:37:22 +01:00
Execute all parent beforeEach and afterEach functions for each test
This commit is contained in:
@ -61,8 +61,10 @@ trait Testable
|
||||
|
||||
/**
|
||||
* The test's describing, if any.
|
||||
*
|
||||
* @var string[]
|
||||
*/
|
||||
public ?string $__describing = null;
|
||||
public array $__describing = [];
|
||||
|
||||
/**
|
||||
* Whether the test has ran or not.
|
||||
|
||||
Reference in New Issue
Block a user