You are here

public function PHPUnit_Framework_Warning::getMessage in Zircon Profile 8

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

@since Method available since Release 3.0.0

Return value

string

File

vendor/phpunit/phpunit/src/Framework/Warning.php, line 64

Class

PHPUnit_Framework_Warning
A warning.

Code

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