Home
last modified time | relevance | path

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

/PHP-Parser/test/PhpParser/
H A DCommentTest.php10 $this->assertSame('/* Some comment */', $comment->getText());
H A DNodeAbstractTest.php63 $this->assertSame('/** doc comment */', $node->getDocComment()->getText());
79 $this->assertSame('/** doc comment */', $node->getDocComment()->getText());
/PHP-Parser/lib/PhpParser/
H A DComment.php41 public function getText(): string { function in PhpParser\\Comment

Completed in 10 milliseconds