diff --git a/core/modules/config_translation/src/Tests/ConfigTranslationOverviewTest.php b/core/modules/config_translation/src/Tests/ConfigTranslationOverviewTest.php index cb67ab4..4c83a38 100644 --- a/core/modules/config_translation/src/Tests/ConfigTranslationOverviewTest.php +++ b/core/modules/config_translation/src/Tests/ConfigTranslationOverviewTest.php @@ -104,7 +104,7 @@ public function testMapperListPage() { $this->assertText(SafeMarkup::checkPlain($test_entity->label())); // Make sure there is only a single 'Translate' operation for each - // dropbutton, either. + // dropbutton. foreach ($this->cssSelect('ul.dropbutton') as $i => $dropbutton) { $this->assertIdentical(1, $dropbutton->count()); foreach ($dropbutton->li as $link) {