HelpPageOrderTest::$stringOrder

Same name and namespace in other branches
  1. 8.9.x core/modules/help/tests/src/Functional/HelpPageOrderTest.php \Drupal\Tests\help\Functional\HelpPageOrderTest::stringOrder
  2. 10 core/modules/help/tests/src/Functional/HelpPageOrderTest.php \Drupal\Tests\help\Functional\HelpPageOrderTest::stringOrder
  3. 11.x core/modules/help/tests/src/Functional/HelpPageOrderTest.php \Drupal\Tests\help\Functional\HelpPageOrderTest::stringOrder

Strings to search for on admin/help, in order.

Type: string[]

File

core/modules/help/tests/src/Functional/HelpPageOrderTest.php, line 29

Class

HelpPageOrderTest
Verify the order of the help page.

Namespace

Drupal\Tests\help\Functional

Code

protected $stringOrder = [
    'Module overviews are provided',
    'Tours guide you',
];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.