PHP Class PhpParser\ErrorTest

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: nikic/php-parser

Méthodes publiques

Méthode Description
provideTestColumnInfo ( )
testColumnInfo ( $code, $startPos, $endPos, $startColumn, $endColumn )
testConstruct ( )
testInvalidPosInfo ( )
testNoColumnInfo ( )
testSetMessageAndLine ( Error $error )
testUnknownLine ( )

Method Details

provideTestColumnInfo() public méthode

testColumnInfo() public méthode

public testColumnInfo ( $code, $startPos, $endPos, $startColumn, $endColumn )

testConstruct() public méthode

public testConstruct ( )

testInvalidPosInfo() public méthode

public testInvalidPosInfo ( )

testNoColumnInfo() public méthode

public testNoColumnInfo ( )

testSetMessageAndLine() public méthode

public testSetMessageAndLine ( Error $error )
$error Error

testUnknownLine() public méthode

public testUnknownLine ( )