Todo List
UnitTestCase | --HtmlParserTestCase
HtmlParserTestCase HtmlParserTestCase( [mixed $name = 'HtmlParserTestCase'])
void setUp( )
void tearDown( )
void testAllprocessingInstruction( )
void testAttributes( )
void testAttributesPadding( )
void testElementNestedDoubleQuote( )
void testElementNestedSingleQuote( )
void testElementWithContent( )
void testElementWithPostContent( )
void testElementWithPreContent( )
void testEmpty( )
void testEmptyAttributes( )
void testEmptyClose( )
void testEmptyComment( )
void testEmptyDocType( )
void testEmptyElement( )
void testEmptyElementSelfClose( )
void testEmptyJasp( )
void testEscapeCData( )
void testEscapeDocTypeHandler( )
void testJaspInTag( )
void testMismatchedElements( )
void testNastyAttributes( )
void testNastyComment( )
void testNastyJasp( )
void testNestedDoctypeHandler( )
void testNestedprocessingInstruction( )
void testPreservingWhiteSpace( )
void testSimpleComment( )
void testSimpledata( )
void testSimpleJasp( )
void testTargetOnlyProcessingInstruction( )