public function ParserTest::testObjectsSupportDisabledWithExceptionsUsingBooleanToggles in Lockr 7.3
@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);
}