gossi\codegen\tests\parser\ClassParserTest::testClassWithComments PHP Method

testClassWithComments() public method

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