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).
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).