PhpParser\CommentTest::testReformatting PHP 메소드

testReformatting() 공개 메소드

public testReformatting ( $commentText, $reformattedText )
    public function testReformatting($commentText, $reformattedText)
    {
        $comment = new Comment($commentText);
        $this->assertSame($reformattedText, $comment->getReformattedText());
    }