You are here

public function ParserTest::testObjectForMap in Loft Data Grids 7.2

@dataProvider getObjectForMapTests

File

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

Class

ParserTest

Namespace

Symfony\Component\Yaml\Tests

Code

public function testObjectForMap($yaml, $expected) {
  $this
    ->assertEquals($expected, $this->parser
    ->parse($yaml, false, false, true));
}