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