/**
* Tests the basic translation workflow.
*/ protectedfunctiondoTestBasicTranslation(){ // Create a new test entity with original values in the default language.
$default_langcode = $this->langcodes[0]; $values[$default_langcode] = $this->getNewEntityValues($default_langcode);