/**
  * Tests the fetchId method
  *
  * @return  void
  *
  * @since   3.0
  */
 public function testFetchId()
 {
     $this->assertThat($this->object->fetchId('standard', 'test'), $this->equalTo('toolbar-test'));
 }