mirror of
https://github.com/pestphp/pest.git
synced 2026-03-07 00:07:22 +01:00
feat: note()
This commit is contained in:
@ -49,6 +49,13 @@ final class TestCaseMethodFactory
|
||||
*/
|
||||
public bool $todo = false;
|
||||
|
||||
/**
|
||||
* The test's notes.
|
||||
*
|
||||
* @var array<int, string>
|
||||
*/
|
||||
public array $notes = [];
|
||||
|
||||
/**
|
||||
* The test's datasets.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user