You are here

public function InlineTest::testParse in Currency 7.2

@dataProvider getTestsForParse

File

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

Class

InlineTest

Namespace

Symfony\Component\Yaml\Tests

Code

public function testParse($yaml, $value) {
  $this
    ->assertSame($value, Inline::parse($yaml), sprintf('::parse() converts an inline YAML to a PHP structure (%s)', $yaml));
}