function EntityTranslationUITest::testTranslationUI

Tests the basic translation UI.

1 call to EntityTranslationUITest::testTranslationUI()
2 methods override EntityTranslationUITest::testTranslationUI()

File

drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationUITest.php, line 37
Definition of Drupal\entity\Tests\EntityTranslationUITest.

Class

EntityTranslationUITest
Tests the Entity Translation UI.

Namespace

Drupal\translation_entity\Tests

Code

function testTranslationUI() {
  $this
    ->assertBasicTranslation();
  $this
    ->assertOutdatedStatus();
  $this
    ->assertPublishedStatus();
  $this
    ->assertAuthoringInfo();
  $this
    ->assertTranslationDeletion();
}