function ContentTranslationUITestBase::testTranslationUI

Same name and namespace in other branches
  1. 11.x core/modules/content_translation/tests/src/Functional/ContentTranslationUITestBase.php \Drupal\Tests\content_translation\Functional\ContentTranslationUITestBase::testTranslationUI()

Tests the basic translation UI.

File

core/modules/content_translation/tests/src/Functional/ContentTranslationUITestBase.php, line 55

Class

ContentTranslationUITestBase
Tests the Content Translation UI.

Namespace

Drupal\Tests\content_translation\Functional

Code

public function testTranslationUI() {
  $this->doTestBasicTranslation();
  $this->doTestTranslationOverview();
  $this->doTestOutdatedStatus();
  $this->doTestPublishedStatus();
  $this->doTestAuthoringInfo();
  $this->doTestTranslationEdit();
  $this->doTestTranslationChanged();
  $this->doTestChangedTimeAfterSaveWithoutChanges();
  $this->doTestTranslationDeletion();
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.