doTestTranslationChanged example

/** * Tests the basic translation UI. */
  public function testTranslationUI() {
    $this->doTestBasicTranslation();
    $this->doTestTranslationOverview();
    $this->doTestOutdatedStatus();
    $this->doTestPublishedStatus();
    $this->doTestAuthoringInfo();
    $this->doTestTranslationEdit();
    $this->doTestTranslationChanged();
    $this->doTestChangedTimeAfterSaveWithoutChanges();
    $this->doTestTranslationDeletion();
  }

  /** * Tests the basic translation workflow. */
  protected function doTestBasicTranslation() {
    // Create a new test entity with original values in the default language.     $default_langcode = $this->langcodes[0];
    $values[$default_langcode] = $this->getNewEntityValues($default_langcode);
    
Home | Imprint | This part of the site doesn't use cookies.