Home
last modified time | relevance | path

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

/PHP-Parser/test/PhpParser/
H A DLexerTest.php16 public function testError($code, $messages): void { argument
26 $this->assertCount(count($messages), $errors);
27 for ($i = 0; $i < count($messages); $i++) {
28 $this->assertSame($messages[$i], $errors[$i]->getMessageWithColumnInfo($code));
/PHP-Parser/
H A DCHANGELOG.md548 * `php-parse` will now print messages to stderr, so that stdout only contains the actual result of

Completed in 9 milliseconds