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
Do not set TestCase::$status to TestStatus::risky()
TestCase::status() is only used by CodeCoverage::stop() to decide
whether success or failure is communicated to php-code-coverage and we
do not need to consider "test considered risky" for that.
0 commit comments