You are here

public function InlineTest::testParseMissingMappingValueAsNull in Lockr 7.3

@dataProvider getTestsForNullValues

File

vendor/symfony/yaml/Tests/InlineTest.php, line 750

Class

InlineTest

Namespace

Symfony\Component\Yaml\Tests

Code

public function testParseMissingMappingValueAsNull($yaml, $expected) {
  $this
    ->assertSame($expected, Inline::parse($yaml));
}