mirror of
https://github.com/pestphp/pest.git
synced 2026-03-09 17:27:22 +01:00
feat: adds after
This commit is contained in:
@ -39,6 +39,11 @@ trait Testable
|
||||
*/
|
||||
public ?string $__describing = null;
|
||||
|
||||
/**
|
||||
* Whether the test has ran or not.
|
||||
*/
|
||||
public bool $__ran = false;
|
||||
|
||||
/**
|
||||
* The test's test closure.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user