public function ParserTest::testObjectsSupportDisabledWithExceptionsUsingBooleanToggles in Database Sanitize 7
@group legacy @dataProvider invalidDumpedObjectProvider @expectedException \Symfony\Component\Yaml\Exception\ParseException
File
- vendor/
symfony/ yaml/ Tests/ ParserTest.php, line 636
Class
Namespace
Symfony\Component\Yaml\TestsCode
public function testObjectsSupportDisabledWithExceptionsUsingBooleanToggles($yaml) {
$this->parser
->parse($yaml, true);
}