diff -u b/core/modules/block_content/src/Tests/BlockContentTranslationUITest.php b/core/modules/block_content/src/Tests/BlockContentTranslationUITest.php --- b/core/modules/block_content/src/Tests/BlockContentTranslationUITest.php +++ b/core/modules/block_content/src/Tests/BlockContentTranslationUITest.php @@ -164,7 +164,7 @@ } /** - * Overrides \Drupal\content_translation\Tests\ContentTranslationUITest::assertTranslationEdit(). + * {@inheritdoc} */ protected function doTestTranslationEdit() { $entity = entity_load($this->entityTypeId, $this->entityId, TRUE); diff -u b/core/modules/comment/src/Tests/CommentTranslationUITest.php b/core/modules/comment/src/Tests/CommentTranslationUITest.php --- b/core/modules/comment/src/Tests/CommentTranslationUITest.php +++ b/core/modules/comment/src/Tests/CommentTranslationUITest.php @@ -183,7 +183,7 @@ } /** - * Overrides \Drupal\content_translation\Tests\ContentTranslationUITest::assertTranslationEdit(). + * {@inheritdoc} */ protected function doTestTranslationEdit() { $entity = entity_load($this->entityTypeId, $this->entityId, TRUE); diff -u b/core/modules/menu_link_content/src/Tests/MenuLinkContentUITest.php b/core/modules/menu_link_content/src/Tests/MenuLinkContentUITest.php --- b/core/modules/menu_link_content/src/Tests/MenuLinkContentUITest.php +++ b/core/modules/menu_link_content/src/Tests/MenuLinkContentUITest.php @@ -95,7 +95,7 @@ } /** - * Overrides \Drupal\content_translation\Tests\ContentTranslationUITest::assertTranslationEdit(). + * {@inheritdoc} */ protected function doTestTranslationEdit() { $entity = entity_load($this->entityTypeId, $this->entityId, TRUE); diff -u b/core/modules/node/src/Tests/NodeTranslationUITest.php b/core/modules/node/src/Tests/NodeTranslationUITest.php --- b/core/modules/node/src/Tests/NodeTranslationUITest.php +++ b/core/modules/node/src/Tests/NodeTranslationUITest.php @@ -50,7 +50,7 @@ } /** - * Overrides \Drupal\content_translation\Tests\ContentTranslationUITest::testTranslationUI(). + * Tests the basic translation UI. */ function testTranslationUI() { parent::testTranslationUI(); @@ -374,7 +374,7 @@ } /** - * Overrides \Drupal\content_translation\Tests\ContentTranslationUITest::assertTranslationEdit(). + * {@inheritdoc} */ protected function doTestTranslationEdit() { $entity = entity_load($this->entityTypeId, $this->entityId, TRUE); diff -u b/core/modules/shortcut/src/Tests/ShortcutTranslationUITest.php b/core/modules/shortcut/src/Tests/ShortcutTranslationUITest.php --- b/core/modules/shortcut/src/Tests/ShortcutTranslationUITest.php +++ b/core/modules/shortcut/src/Tests/ShortcutTranslationUITest.php @@ -80,7 +80,7 @@ } /** - * Overrides \Drupal\content_translation\Tests\ContentTranslationUITest::assertTranslationEdit(). + * {@inheritdoc} */ protected function doTestTranslationEdit() { $entity = entity_load($this->entityTypeId, $this->entityId, TRUE); diff -u b/core/modules/taxonomy/src/Tests/TermTranslationUITest.php b/core/modules/taxonomy/src/Tests/TermTranslationUITest.php --- b/core/modules/taxonomy/src/Tests/TermTranslationUITest.php +++ b/core/modules/taxonomy/src/Tests/TermTranslationUITest.php @@ -140,7 +140,7 @@ } /** - * Overrides \Drupal\content_translation\Tests\ContentTranslationUITest::assertTranslationEdit(). + * {@inheritdoc} */ protected function doTestTranslationEdit() { $entity = entity_load($this->entityTypeId, $this->entityId, TRUE); diff -u b/core/modules/user/src/Tests/UserTranslationUITest.php b/core/modules/user/src/Tests/UserTranslationUITest.php --- b/core/modules/user/src/Tests/UserTranslationUITest.php +++ b/core/modules/user/src/Tests/UserTranslationUITest.php @@ -55,7 +55,7 @@ } /** - * Overrides \Drupal\content_translation\Tests\ContentTranslationUITest::assertTranslationEdit(). + * {@inheritdoc} */ protected function doTestTranslationEdit() { $entity = entity_load($this->entityTypeId, $this->entityId, TRUE);