You are here

public function InlineTest::testParseInvalidMappingShouldThrowException in Currency 7.2

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

File

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

Class

InlineTest

Namespace

Symfony\Component\Yaml\Tests

Code

public function testParseInvalidMappingShouldThrowException() {
  Inline::parse('[foo] bar');
}