You are here

public function InlineTest::testParseInvalidSequenceShouldThrowException in Lockr 7.3

@expectedException \Symfony\Component\Yaml\Exception\ParseException

File

vendor/symfony/yaml/Tests/InlineTest.php, line 217

Class

InlineTest

Namespace

Symfony\Component\Yaml\Tests

Code

public function testParseInvalidSequenceShouldThrowException() {
  Inline::parse('{ foo: bar } bar');
}