gossi\codegen\tests\parser\FileParserTest::testGetConstantThrowsExceptionWhenConstantDoesNotExist PHP 메소드

testGetConstantThrowsExceptionWhenConstantDoesNotExist() 공개 메소드

    public function testGetConstantThrowsExceptionWhenConstantDoesNotExist()
    {
        $parser = new FileParser('file-not-found');
        $parser->parse();
    }