--TEST--
Test DOMDocument::loadHTMLFile
--DESCRIPTION--
Verifies the basic behaviour of the method
--CREDITS--
Antonio Diaz Ruiz
--INI--
assert.bail=true
--SKIPIF--
--FILE--
loadHTMLFile(__DIR__ . "/test.html");
assert($result === true);
?>
--EXPECT--