You are here

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

ParserTest

Namespace

Symfony\Component\Yaml\Tests

Code

public function testObjectsSupportDisabledWithExceptions($yaml) {
  $this->parser
    ->parse($yaml, Yaml::PARSE_EXCEPTION_ON_INVALID_TYPE);
}