PHP Class PhpParser\Parser\MultipleTest

Inheritance: extends PhpParser\ParserTest
Afficher le fichier Open project: nikic/php-parser

Méthodes publiques

Méthode Description
provideTestParse ( )
testParse ( $code, Multiple $parser, $expected )
testThrownError ( )

Méthodes protégées

Méthode Description
getParser ( Lexer $lexer ) This provider is for the generic parser tests, just pick an arbitrary order here

Private Methods

Méthode Description
getPrefer5 ( )
getPrefer7 ( )

Method Details

getParser() protected méthode

This provider is for the generic parser tests, just pick an arbitrary order here
protected getParser ( Lexer $lexer )
$lexer PhpParser\Lexer

provideTestParse() public méthode

public provideTestParse ( )

testParse() public méthode

public testParse ( $code, Multiple $parser, $expected )
$parser Multiple

testThrownError() public méthode

public testThrownError ( )