public function InlineTest::testNotSupportedMissingValue in Lockr 7.3
@expectedException \Symfony\Component\Yaml\Exception\ParseException @expectedExceptionMessage Malformed inline YAML string: {this, is not, supported} at line 1.
File
- vendor/
symfony/ yaml/ Tests/ InlineTest.php, line 723
Class
Namespace
Symfony\Component\Yaml\TestsCode
public function testNotSupportedMissingValue() {
Inline::parse('{this, is not, supported}');
}