mirror of
https://github.com/pestphp/pest.git
synced 2026-04-21 14:37:29 +02: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