You are here

public function InlineTest::testParseBinaryData in Lockr 7.3

@dataProvider getBinaryData

File

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

Class

InlineTest

Namespace

Symfony\Component\Yaml\Tests

Code

public function testParseBinaryData($data) {
  $this
    ->assertSame('Hello world', Inline::parse($data));
}