| 1 | <?php |
||
| 8 | abstract class AbstractFixtureTest extends TestCase |
||
| 9 | { |
||
| 10 | /** @var string */ |
||
| 11 | protected $resourcesPath; |
||
| 12 | |||
| 13 | public function setUp() |
||
| 17 | |||
| 18 | /** |
||
| 19 | * @param string $file |
||
| 20 | * |
||
| 21 | * @return \Sepia\PoParser\Catalog |
||
| 22 | * @throws \Exception |
||
| 23 | */ |
||
| 24 | protected function parseFile($file) |
||
| 28 | } |
||
| 29 |