You are here

public function ParserTest::testLegacyNonStringMappingKeys in Lockr 7.3

@group legacy @dataProvider getLegacyNonStringMappingKeysData

File

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

Class

ParserTest

Namespace

Symfony\Component\Yaml\Tests

Code

public function testLegacyNonStringMappingKeys($expected, $yaml, $comment) {
  $this
    ->assertSame($expected, var_export($this->parser
    ->parse($yaml), true), $comment);
}