class HelpPageReverseOrderTest
Same name and namespace in other branches
- 11.x core/modules/help/tests/src/Functional/HelpPageReverseOrderTest.php \Drupal\Tests\help\Functional\HelpPageReverseOrderTest
- 10 core/modules/help/tests/src/Functional/HelpPageReverseOrderTest.php \Drupal\Tests\help\Functional\HelpPageReverseOrderTest
- 8.9.x core/modules/help/tests/src/Functional/HelpPageReverseOrderTest.php \Drupal\Tests\help\Functional\HelpPageReverseOrderTest
Verify the order of the help page with an alter hook.
@group help
Hierarchy
- class \Drupal\Tests\BrowserTestBase uses \Drupal\Core\Test\FunctionalTestSetupTrait, \Drupal\Tests\UiHelperTrait, \Drupal\Core\Test\TestSetupTrait, \Drupal\Tests\block\Traits\BlockCreationTrait, \Drupal\FunctionalTests\AssertLegacyTrait, \Drupal\Tests\RandomGeneratorTrait, \Drupal\Tests\node\Traits\NodeCreationTrait, \Drupal\Tests\node\Traits\ContentTypeCreationTrait, \Drupal\Tests\ConfigTestTrait, \Drupal\Tests\TestRequirementsTrait, \Drupal\Tests\user\Traits\UserCreationTrait, \Drupal\Tests\XdebugRequestTrait, \Drupal\Tests\Traits\PhpUnitWarnings, \Drupal\Tests\PhpUnitCompatibilityTrait, \Symfony\Bridge\PhpUnit\ExpectDeprecationTrait, \Drupal\Tests\ExtensionListTestTrait implements \PHPUnit\Framework\TestCase
- class \Drupal\Tests\help\Functional\HelpPageOrderTest implements \Drupal\Tests\BrowserTestBase
- class \Drupal\Tests\help\Functional\HelpPageReverseOrderTest implements \Drupal\Tests\help\Functional\HelpPageOrderTest
- class \Drupal\Tests\help\Functional\HelpPageOrderTest implements \Drupal\Tests\BrowserTestBase
Expanded class hierarchy of HelpPageReverseOrderTest
File
-
core/
modules/ help/ tests/ src/ Functional/ HelpPageReverseOrderTest.php, line 10
Namespace
Drupal\Tests\help\FunctionalView source
class HelpPageReverseOrderTest extends HelpPageOrderTest {
/**
* {@inheritdoc}
*/
protected static $modules = [
'more_help_page_test',
];
/**
* {@inheritdoc}
*/
protected $defaultTheme = 'stark';
/**
* Strings to search for on admin/help, in order.
*
* These are reversed, due to the alter hook.
*
* @var string[]
*/
protected $stringOrder = [
'Tours guide you',
'Module overviews are provided',
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.