예제 #1
0
 /**
  * @dataProvider getDataForIsHash
  */
 public function testIsHash($array, $expected)
 {
     $this->assertSame($expected, Inline::isHash($array));
 }