コード例 #1
0
 public function test_can_set_icon()
 {
     $this->append->icon('icon');
     $this->assertEquals('icon', $this->append->getIcon());
 }