public static function PHPUnit_Util_ErrorHandler::getErrorStack

Returns the error stack.

Return value

array

File

drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/ErrorHandler.php, line 73

Class

PHPUnit_Util_ErrorHandler
Error handler that converts PHP errors and warnings to exceptions.

Code

public static function getErrorStack() {
  return self::$errorStack;
}