Issue #1893818 by Berdir, tim.plunkett: Fixed Plugin discovery caches of blocks are not cleared for all languages.
parent
cfb1b5989e
commit
e7abb095ac
|
@ -80,7 +80,7 @@ class AggregatorLanguageBlockTest extends AggregatorTestBase {
|
||||||
foreach ($this->langcodes as $langcode) {
|
foreach ($this->langcodes as $langcode) {
|
||||||
$this->drupalGet('admin/structure/block', array('language' => $langcode));
|
$this->drupalGet('admin/structure/block', array('language' => $langcode));
|
||||||
$this->clickLink(t('Add block'));
|
$this->clickLink(t('Add block'));
|
||||||
$this->assertText($feed->title);
|
$this->assertText($feed->label());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue