class LibxmlEngineTest

Public Instance Methods

setup() click to toggle source
Calls superclass method XMLMiniEngineTest#setup
# File activesupport/test/xml_mini/libxml_engine_test.rb, line 7
def setup
  super
  LibXML::XML::Error.set_handler(&lambda { |error| }) #silence libxml, exceptions will do
end

Private Instance Methods

engine() click to toggle source
# File activesupport/test/xml_mini/libxml_engine_test.rb, line 13
def engine
  "LibXML"
end
expansion_attack_error() click to toggle source
# File activesupport/test/xml_mini/libxml_engine_test.rb, line 17
def expansion_attack_error
  LibXML::XML::Error
end