\PHPUnit_Util_ErrorHandler

Error handler that converts PHP errors and warnings to exceptions.

Synopsis

class PHPUnit_Util_ErrorHandler {
}

Violations

PHPMessDetector

Line Rule Message
85 - 125 CyclomaticComplexity The method handleError() has a Cyclomatic Complexity of 14. The configured cyclomatic complexity threshold is 10.
144 UnusedLocalVariable Avoid unused local variables such as '$errstr'.

Members

protected

  • $errorStack

Methods

public

History