You are here

public function ParserTest::testParseFile in Lockr 7.3

File

vendor/symfony/yaml/Tests/ParserTest.php, line 2078

Class

ParserTest

Namespace

Symfony\Component\Yaml\Tests

Code

public function testParseFile() {
  $this
    ->assertInternalType('array', $this->parser
    ->parseFile(__DIR__ . '/Fixtures/index.yml'));
}