You are here

public function InlineTest::testNotSupportedMissingValue in Loft Data Grids 7.2

@expectedException \Symfony\Component\Yaml\Exception\ParseException @expectedExceptionMessage Malformed inline YAML string: {this, is not, supported}.

File

vendor/symfony/yaml/Tests/InlineTest.php, line 472

Class

InlineTest

Namespace

Symfony\Component\Yaml\Tests

Code

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