/**
  * Tests ConfigNamesMapper::getTypeLabel().
  */
 public function testGetTypeLabel()
 {
     $result = $this->configNamesMapper->getTypeLabel();
     $this->assertSame($this->pluginDefinition['title'], (string) $result);
 }