public function PHPUnit_Framework_ExceptionWrapper::getClassname in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/phpunit/phpunit/src/Framework/ExceptionWrapper.php \PHPUnit_Framework_ExceptionWrapper::getClassname()
Return value
string
File
- vendor/
phpunit/ phpunit/ src/ Framework/ ExceptionWrapper.php, line 61
Class
- PHPUnit_Framework_ExceptionWrapper
- Wraps Exceptions thrown by code under test.
Code
public function getClassname() {
return $this->classname;
}