file_put_contents(DRUPAL_ROOT.'/'.$this->siteDirectory.'/files/translations/drupal-8.0.0.de.po',"msgid \"\"\nmsgstr \"\"\nmsgid \"Save and continue\"\nmsgstr \"Save and continue German\"");
file_put_contents(DRUPAL_ROOT.'/'.$this->siteDirectory.'/files/translations/drupal-8.0.0.es.po',"msgid \"\"\nmsgstr \"\"\nmsgid \"Save and continue\"\nmsgstr \"Save and continue Spanish\"");
parent::setUpLanguage();
$this->translations['Save and continue']='Save and continue German';
}
/**
* Tests that English is still present.
*/
publicfunctiontestKeepEnglish(){
$this->assertTrue((bool)\Drupal::languageManager()->getLanguage('en'),'English is present.');