ZendTest\Stratigility\FinalHandlerTest::restoreErrorHandler PHP Method

restoreErrorHandler() public method

public restoreErrorHandler ( )
    public function restoreErrorHandler()
    {
        if ($this->errorHandler) {
            restore_error_handler();
            $this->errorHandler = null;
        }
    }
FinalHandlerTest