public function ParserTest::testFilenamesAreParsedAsStringsWithoutFlag in Lockr 7.3
File
- vendor/
symfony/ yaml/ Tests/ ParserTest.php, line 2071
Class
Namespace
Symfony\Component\Yaml\TestsCode
public function testFilenamesAreParsedAsStringsWithoutFlag() {
$file = __DIR__ . '/Fixtures/index.yml';
$this
->assertSame($file, $this->parser
->parse($file));
}