public function ParserTest::testParseFile in Lockr 7.3
File
- vendor/
symfony/ yaml/ Tests/ ParserTest.php, line 2078
Class
Namespace
Symfony\Component\Yaml\TestsCode
public function testParseFile() {
$this
->assertInternalType('array', $this->parser
->parseFile(__DIR__ . '/Fixtures/index.yml'));
}