You are here

public function InlineTest::testParseInvalidSequenceShouldThrowException in Currency 7.2

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

File

currency/vendor/symfony/yaml/Tests/InlineTest.php, line 113

Class

InlineTest

Namespace

Symfony\Component\Yaml\Tests

Code

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