You are here

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

ParserTest

Namespace

Symfony\Component\Yaml\Tests

Code

public function testObjectsSupportDisabledWithExceptionsUsingBooleanToggles($yaml) {
  $this->parser
    ->parse($yaml, true);
}