/**
  * Tests ConfigEntityMapper::getType().
  */
 public function testGetType()
 {
     $result = $this->configEntityMapper->getType();
     $this->assertSame('configurable_language', $result);
 }