You are here

public function PHPUnit_Framework_SkippedTestCase::getMessage in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpunit/phpunit/src/Framework/SkippedTestCase.php \PHPUnit_Framework_SkippedTestCase::getMessage()

Return value

string

File

vendor/phpunit/phpunit/src/Framework/SkippedTestCase.php, line 68

Class

PHPUnit_Framework_SkippedTestCase
A skipped test case

Code

public function getMessage() {
  return $this->message;
}