コード例 #1
0
ファイル: ButtonTest.php プロジェクト: rezix/ZfcDatagrid
 public function testConstruct()
 {
     $button = new Button();
     $this->assertEquals(['href' => '#', 'class' => 'btn'], $button->getAttributes());
 }