Exemplo n.º 1
0
 /**
  * Tests the fetchIconClass method
  *
  * @return  void
  *
  * @since   3.0
  */
 public function testFetchIconClass()
 {
     $this->assertThat($this->object->fetchIconClass('standard'), $this->equalTo('icon-standard'));
 }