You are here

public function PHPUnit_Framework_Constraint_ExceptionMessage::toString in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpunit/phpunit/src/Framework/Constraint/ExceptionMessage.php \PHPUnit_Framework_Constraint_ExceptionMessage::toString()

Return value

string

Overrides PHPUnit_Framework_SelfDescribing::toString

File

vendor/phpunit/phpunit/src/Framework/Constraint/ExceptionMessage.php, line 63

Class

PHPUnit_Framework_Constraint_ExceptionMessage
@since Class available since Release 3.6.6

Code

public function toString() {
  return 'exception message contains ';
}