Home
last modified time | relevance | path

Searched refs:endColumn (Results 1 – 1 of 1) sorted by relevance

/PHP-Parser/test/PhpParser/
H A DErrorTest.php43 public function testColumnInfo($code, $startPos, $endPos, $startColumn, $endColumn): void { argument
51 $this->assertSame($endColumn, $error->getEndColumn($code));

Completed in 3 milliseconds