You are here

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

InlineTest

Namespace

Symfony\Component\Yaml\Tests

Code

public function testNotSupportedMissingValue() {
  Inline::parse('{this, is not, supported}');
}