feat: --todo flag

This commit is contained in:
Nuno Maduro
2023-01-15 20:51:27 +00:00
parent 3a4a57a262
commit 6982b02d48
12 changed files with 121 additions and 11 deletions

View File

@ -23,10 +23,15 @@ final class TestCaseMethodFactory
use HigherOrderable;
/**
* Determines if the Test Case will be the "only" being run.
* Determines if the Test Case Method will be the "only" being run.
*/
public bool $only = false;
/**
* Determines if the Test Case Method is a "todo".
*/
public bool $todo = false;
/**
* The Test Case Dataset, if any.
*