Mark the test suite as skipped.
@since Method available since Release 3.0.0
string $message:
PHPUnit_Framework_SkippedTestSuiteError
public function markTestSuiteSkipped($message = '') {
throw new PHPUnit_Framework_SkippedTestSuiteError($message);
}