Execute all parent beforeEach and afterEach functions for each test

This commit is contained in:
jshayes
2024-10-11 23:32:45 -04:00
parent 0c57142c03
commit a6cd83665c
13 changed files with 77 additions and 22 deletions

View File

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