Ejemplo n.º 1
0
 public function test_can_set_icon()
 {
     $this->item->icon('icon');
     $this->assertEquals('icon', $this->item->getIcon());
 }