PHP 클래스 PhpParser\PrettyPrinterTest

상속: extends phpparser\CodeTestAbstract
파일 보기 프로젝트 열기: nikic/PHP-Parser

공개 메소드들

메소드 설명
provideTestKindAttributes ( )
provideTestPrettyPrint ( )
provideTestPrettyPrintFile ( )
provideTestUnnaturalLiterals ( )
testArraySyntaxDefault ( )
testCommentBeforeInlineHTML ( )
testKindAttributes ( $node, $expected )
testPrettyPrint ( $name, $code, $expected, $mode )
testPrettyPrintExpr ( )
testPrettyPrintFile ( $name, $code, $expected, $mode )
testUnnaturalLiterals ( $node, $expected )

보호된 메소드들

메소드 설명
doTestPrettyPrintMethod ( $method, $name, $code, $expected, $modeLine )

비공개 메소드들

메소드 설명
parseModeLine ( $modeLine )

메소드 상세

doTestPrettyPrintMethod() 보호된 메소드

protected doTestPrettyPrintMethod ( $method, $name, $code, $expected, $modeLine )

provideTestKindAttributes() 공개 메소드

provideTestPrettyPrint() 공개 메소드

provideTestPrettyPrintFile() 공개 메소드

provideTestUnnaturalLiterals() 공개 메소드

testArraySyntaxDefault() 공개 메소드

testCommentBeforeInlineHTML() 공개 메소드

testKindAttributes() 공개 메소드

public testKindAttributes ( $node, $expected )

testPrettyPrint() 공개 메소드

public testPrettyPrint ( $name, $code, $expected, $mode )

testPrettyPrintExpr() 공개 메소드

public testPrettyPrintExpr ( )

testPrettyPrintFile() 공개 메소드

public testPrettyPrintFile ( $name, $code, $expected, $mode )

testUnnaturalLiterals() 공개 메소드

public testUnnaturalLiterals ( $node, $expected )