diff --git a/core/modules/config_translation/tests/src/Unit/ConfigFieldMapperTest.php b/core/modules/config_translation/tests/src/Unit/ConfigFieldMapperTest.php index 58fd69a..8b054bd 100644 --- a/core/modules/config_translation/tests/src/Unit/ConfigFieldMapperTest.php +++ b/core/modules/config_translation/tests/src/Unit/ConfigFieldMapperTest.php @@ -72,7 +72,7 @@ protected function setUp() { * Tests ConfigFieldMapper::setEntity(). */ public function testSetEntity() { - $entity_type = $this->getMock('Drupal\Core\Entity\EntityTypeInterface'); + $entity_type = $this->getMock('Drupal\Core\Config\Entity\ConfigEntityTypeInterface'); $entity_type ->expects($this->any()) ->method('getConfigPrefix')