public function InlineTest::testParseInvalidMappingShouldThrowException in Lockr 7.3
@expectedException \Symfony\Component\Yaml\Exception\ParseException
File
- vendor/
symfony/ yaml/ Tests/ InlineTest.php, line 209
Class
Namespace
Symfony\Component\Yaml\TestsCode
public function testParseInvalidMappingShouldThrowException() {
Inline::parse('[foo] bar');
}