You are here

public function ParserTest::testParseIndentedMappings in Database Sanitize 7

@dataProvider indentedMappingData

File

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

Class

ParserTest

Namespace

Symfony\Component\Yaml\Tests

Code

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