diff --git a/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/Plugin/Core/Entity/EntityTestMul.php b/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/Plugin/Core/Entity/EntityTestMul.php index b5afe21..ec3119c 100644 --- a/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/Plugin/Core/Entity/EntityTestMul.php +++ b/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/Plugin/Core/Entity/EntityTestMul.php @@ -23,7 +23,7 @@ * form_controller_class = { * "default" = "Drupal\entity_test\EntityTestFormController" * }, - * translation_controller_class = "Drupal\entity_test\EntityTestTranslationController", + * translation_controller_class = "Drupal\translation_entity\EntityTranslationControllerNG", * base_table = "entity_test_mul", * data_table = "entity_test_mul_property_data", * fieldable = TRUE, diff --git a/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/Plugin/Core/Entity/EntityTestMulRev.php b/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/Plugin/Core/Entity/EntityTestMulRev.php index 9308fef..714486a 100644 --- a/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/Plugin/Core/Entity/EntityTestMulRev.php +++ b/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/Plugin/Core/Entity/EntityTestMulRev.php @@ -23,7 +23,7 @@ * form_controller_class = { * "default" = "Drupal\entity_test\EntityTestFormController" * }, - * translation_controller_class = "Drupal\entity_test\EntityTestTranslationController", + * translation_controller_class = "Drupal\translation_entity\EntityTranslationControllerNG", * base_table = "entity_test_mulrev", * data_table = "entity_test_mulrev_property_data", * revision_table = "entity_test_mulrev_property_revision", diff --git a/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/Plugin/Core/Entity/EntityTestRev.php b/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/Plugin/Core/Entity/EntityTestRev.php index f203d99..485b31d 100644 --- a/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/Plugin/Core/Entity/EntityTestRev.php +++ b/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/Plugin/Core/Entity/EntityTestRev.php @@ -23,7 +23,7 @@ * form_controller_class = { * "default" = "Drupal\entity_test\EntityTestFormController" * }, - * translation_controller_class = "Drupal\entity_test\EntityTestTranslationController", + * translation_controller_class = "Drupal\translation_entity\EntityTranslationControllerNG", * base_table = "entity_test_rev", * revision_table = "entity_test_rev_revision", * fieldable = TRUE,