public function PHPUnit_Framework_Constraint_ExceptionMessageRegExp::toString in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/phpunit/phpunit/src/Framework/Constraint/ExceptionMessageRegExp.php \PHPUnit_Framework_Constraint_ExceptionMessageRegExp::toString()
Return value
string
Overrides PHPUnit_Framework_SelfDescribing::toString
File
- vendor/
phpunit/ phpunit/ src/ Framework/ Constraint/ ExceptionMessageRegExp.php, line 71
Class
- PHPUnit_Framework_Constraint_ExceptionMessageRegExp
- @since Class available since Release 4.3.0
Code
public function toString() {
return 'exception message matches ';
}