You are here

protected property HelpPageReverseOrderTest::$stringOrder in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/help/tests/src/Functional/HelpPageReverseOrderTest.php \Drupal\Tests\help\Functional\HelpPageReverseOrderTest::stringOrder

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

These are reversed, due to the alter hook.

Type: string[]

Overrides HelpPageOrderTest::$stringOrder

File

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

Class

HelpPageReverseOrderTest
Verify the order of the help page with an alter hook.

Namespace

Drupal\Tests\help\Functional

Code

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