public function ParserTest::testObjectsSupportDisabledWithExceptions in Lockr 7.3
@dataProvider invalidDumpedObjectProvider @expectedException \Symfony\Component\Yaml\Exception\ParseException
File
- vendor/
symfony/ yaml/ Tests/ ParserTest.php, line 615
Class
Namespace
Symfony\Component\Yaml\TestsCode
public function testObjectsSupportDisabledWithExceptions($yaml) {
$this->parser
->parse($yaml, Yaml::PARSE_EXCEPTION_ON_INVALID_TYPE);
}