Issue #3171872 by anmolgoyal74: Remove repetive 'for' work used
parent
985ac676a8
commit
39b62165d4
|
@ -611,7 +611,7 @@ class ConfigNamesMapperTest extends UnitTestCase {
|
|||
}
|
||||
|
||||
/**
|
||||
* Provides data for for ConfigNamesMapperTest::testHasTranslation().
|
||||
* Provides data for ConfigNamesMapperTest::testHasTranslation().
|
||||
*
|
||||
* @return array
|
||||
* An array of arrays, where each inner array has an array of values that
|
||||
|
|
|
@ -98,7 +98,7 @@ class HelpTopicTest extends BrowserTestBase {
|
|||
$session->pageTextContains('Topics can be provided by modules or themes');
|
||||
$session->responseHeaderContains('X-Drupal-Cache-Tags', 'core.extension');
|
||||
|
||||
// Verify links for for help topics and order.
|
||||
// Verify links for help topics and order.
|
||||
$page_text = $this->getTextContent();
|
||||
$start = strpos($page_text, 'Topics can be provided');
|
||||
$pos = $start;
|
||||
|
|
Loading…
Reference in New Issue