You are here

public function PHPUnit_Framework_IncompleteTestCase::getMessage in Zircon Profile 8

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

Return value

string

File

vendor/phpunit/phpunit/src/Framework/IncompleteTestCase.php, line 70

Class

PHPUnit_Framework_IncompleteTestCase
An incomplete test case

Code

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