PhpParser\CommentTest::testReformatting PHP Method

testReformatting() public method

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