You are here

public function ParserTest::testFilenamesAreParsedAsStringsWithoutFlag in Lockr 7.3

File

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

Class

ParserTest

Namespace

Symfony\Component\Yaml\Tests

Code

public function testFilenamesAreParsedAsStringsWithoutFlag() {
  $file = __DIR__ . '/Fixtures/index.yml';
  $this
    ->assertSame($file, $this->parser
    ->parse($file));
}