Searched refs:messages (Results 1 – 2 of 2) sorted by relevance
16 public function testError($code, $messages): void { argument26 $this->assertCount(count($messages), $errors);27 for ($i = 0; $i < count($messages); $i++) {28 $this->assertSame($messages[$i], $errors[$i]->getMessageWithColumnInfo($code));
600 * `php-parse` will now print messages to stderr, so that stdout only contains the actual result of
Completed in 12 milliseconds