コード例 #1
0
ファイル: BaseTest.php プロジェクト: nicodh/php_parser_api
 protected function parseFile($fileName)
 {
     $classFilePath = t3lib_extmgm::extPath('php_parser_api') . 'Tests/Fixtures/' . $fileName;
     $classFileObject = $this->parser->parseFile($classFilePath);
     return $classFileObject;
 }