/**
  * Tests ConfigNamesMapper::getWeight().
  */
 public function testGetWeight()
 {
     $result = $this->configNamesMapper->getWeight();
     $this->assertSame($this->pluginDefinition['weight'], $result);
 }