コード例 #1
0
ファイル: InlineTest.php プロジェクト: natmchugh/symfony
 /**
  * @dataProvider getDataForIsHash
  */
 public function testIsHash($array, $expected)
 {
     $this->assertSame($expected, Inline::isHash($array));
 }