You are here

public function InlineTest::testIsHash in Lockr 7.3

@dataProvider getDataForIsHash

File

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

Class

InlineTest

Namespace

Symfony\Component\Yaml\Tests

Code

public function testIsHash($array, $expected) {
  $this
    ->assertSame($expected, Inline::isHash($array));
}