コード例 #1
0
ファイル: HtmlTest.php プロジェクト: marvin255/serviform
 /**
  * @dataProvider clearAttributeKeyProvider
  */
 public function testClearAttributeKey($string, $expected)
 {
     $res = \serviform\helpers\Html::clearAttributeKey($string);
     $this->assertEquals($expected, $res);
 }