You are here

public function ParserTest::testParseIndentedMappings in Lockr 7.3

@dataProvider indentedMappingData

File

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

Class

ParserTest

Namespace

Symfony\Component\Yaml\Tests

Code

public function testParseIndentedMappings($yaml, $expected) {
  $this
    ->assertSame($expected, $this->parser
    ->parse($yaml));
}