Issue #3171872 by anmolgoyal74: Remove repetive 'for' work used

merge-requests/25/head
catch 2020-09-28 11:18:36 +01:00
parent 985ac676a8
commit 39b62165d4
2 changed files with 2 additions and 2 deletions

View File

@ -611,7 +611,7 @@ class ConfigNamesMapperTest extends UnitTestCase {
} }
/** /**
* Provides data for for ConfigNamesMapperTest::testHasTranslation(). * Provides data for ConfigNamesMapperTest::testHasTranslation().
* *
* @return array * @return array
* An array of arrays, where each inner array has an array of values that * An array of arrays, where each inner array has an array of values that

View File

@ -98,7 +98,7 @@ class HelpTopicTest extends BrowserTestBase {
$session->pageTextContains('Topics can be provided by modules or themes'); $session->pageTextContains('Topics can be provided by modules or themes');
$session->responseHeaderContains('X-Drupal-Cache-Tags', 'core.extension'); $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(); $page_text = $this->getTextContent();
$start = strpos($page_text, 'Topics can be provided'); $start = strpos($page_text, 'Topics can be provided');
$pos = $start; $pos = $start;