public function InlineTest::testTheEmptyStringIsAValidMappingKey in Database Sanitize 7
File
- vendor/
symfony/ yaml/ Tests/ InlineTest.php, line 763
Class
Namespace
Symfony\Component\Yaml\TestsCode
public function testTheEmptyStringIsAValidMappingKey() {
$this
->assertSame(array(
'' => 'foo',
), Inline::parse('{ "": foo }'));
}