You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use $this->markTestSkipped(); in several of my tests to skip tests when a debugging tool is not available. But fastest does not detect skipped tests, they are treated as if tests were passed successfully.
fastest should display a warning of something when a test is skipped (and tests marked as risky or incomplete should probably treated in the same way).
The text was updated successfully, but these errors were encountered:
I use
$this->markTestSkipped();
in several of my tests to skip tests when a debugging tool is not available. But fastest does not detect skipped tests, they are treated as if tests were passed successfully.fastest should display a warning of something when a test is skipped (and tests marked as risky or incomplete should probably treated in the same way).
The text was updated successfully, but these errors were encountered: