* Tests for the user interface of project interface translations.
*
...
...
@@ -85,7 +87,7 @@ public function testInterface() {
$this->assertRaw(t('Missing translations for: @languages. See the <a href="@updates">Available translation updates</a> page for more information.',array('@languages'=>t('German'),'@updates'=>\Drupal::url('locale.translate_status'))),'Missing translations message');
$this->drupalGet('admin/reports/translations');
$this->assertText(t('Missing translations for one project'),'No translations found');
$this->assertText(t('@module (@version).',array('@module'=>'Locale test translate','@version'=>'1.3-dev')),'Release details');
$this->assertText(String::format('@module (@version). !info',array('@module'=>'Locale test translate','@version'=>'1.3-dev','!info'=>t('No translation files are provided for development releases.'))),'Release details');
$this->assertText(t('No translation files are provided for development releases.'),'Release info');
// Override Drupal core translation status as 'no translations found'.
...
...
@@ -110,7 +112,7 @@ public function testInterface() {
// Check if translations are available for Drupal core.