コード例 #1
0
ファイル: HtmlTest.php プロジェクト: glynnforrest/reform
 /**
  * @dataProvider attributeAddProvider()
  */
 public function testAddToAttribute($attribute, $addition, $expected)
 {
     $this->assertSame($expected, Html::addToAttribute($attribute, $addition));
 }