Пример #1
0
 public function testStaticWhiteWithAttributes()
 {
     $icon = Icon::white_folder_open($this->testAttributes);
     $matcher = $this->baseIcon;
     $matcher['attributes']['class'] .= ' icon-white';
     $matcher['attributes']['data-foo'] = 'bar';
     $this->assertTag($matcher, $icon);
 }