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