protected property HelpPageOrderTest::$stringOrder in Drupal 10
Same name and namespace in other branches
- 8 core/modules/help/tests/src/Functional/HelpPageOrderTest.php \Drupal\Tests\help\Functional\HelpPageOrderTest::stringOrder
- 9 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\FunctionalCode
protected $stringOrder = [
'Module overviews are provided',
'Tours guide you',
];