Issue #1893818 by Berdir, tim.plunkett: Fixed Plugin discovery caches of blocks are not cleared for all languages.

8.0.x
webchick 2013-02-01 21:51:26 -08:00
parent cfb1b5989e
commit e7abb095ac
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ class AggregatorLanguageBlockTest extends AggregatorTestBase {
foreach ($this->langcodes as $langcode) {
$this->drupalGet('admin/structure/block', array('language' => $langcode));
$this->clickLink(t('Add block'));
$this->assertText($feed->title);
$this->assertText($feed->label());
}
}
}