示例#1
0
 /**
  * @dataProvider buttonProvider
  */
 public function testButton($expected, $text, array $options = [])
 {
     $this->assertEquals($expected, \Helpers\Html::button($text, $options));
 }