gossi\codegen\tests\parser\ClassParserTest::testClassWithComments PHP 메소드

testClassWithComments() 공개 메소드

    public function testClassWithComments()
    {
        $class = PhpClass::fromFile(__DIR__ . '/../fixtures/ClassWithComments.php');
        $this->assertClassWithComments($class);
    }