Ejemplo n.º 1
0
 /**
  * @dataProvider clearAttributeKeyProvider
  */
 public function testClearAttributeKey($string, $expected)
 {
     $res = \serviform\helpers\Html::clearAttributeKey($string);
     $this->assertEquals($expected, $res);
 }