PHP 클래스 PhpParser\ParserTest

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

공개 메소드들

메소드 설명
provideTestExtraAttributes ( )
testAttributeAssignment ( )
testExtraAttributes ( $code, $expectedAttributes )
testInvalidToken ( )
testParserThrowsLexerError ( )
testParserThrowsSpecialError ( )
testParserThrowsSyntaxError ( )

보호된 메소드들

메소드 설명
getParser ( Lexer $lexer )

메소드 상세

getParser() 추상적인 보호된 메소드

abstract protected getParser ( Lexer $lexer )
$lexer Lexer

provideTestExtraAttributes() 공개 메소드

testAttributeAssignment() 공개 메소드

testExtraAttributes() 공개 메소드

public testExtraAttributes ( $code, $expectedAttributes )

testInvalidToken() 공개 메소드

public testInvalidToken ( )

testParserThrowsLexerError() 공개 메소드

testParserThrowsSpecialError() 공개 메소드

testParserThrowsSyntaxError() 공개 메소드