Example #1
0
 public function testConstruct()
 {
     $icon = new Icon();
     $this->assertEquals(['href' => '#'], $icon->getAttributes());
 }