protected function NoHelpTest::setUp in Drupal 10
Same name and namespace in other branches
- 8 core/modules/help/tests/src/Functional/NoHelpTest.php \Drupal\Tests\help\Functional\NoHelpTest::setUp()
- 9 core/modules/help/tests/src/Functional/NoHelpTest.php \Drupal\Tests\help\Functional\NoHelpTest::setUp()
File
- core/modules/ help/ tests/ src/ Functional/ NoHelpTest.php, line 33 
Class
- NoHelpTest
- Verify no help is displayed for modules not providing any help.
Namespace
Drupal\Tests\help\FunctionalCode
protected function setUp() : void {
  parent::setUp();
  $this->adminUser = $this
    ->drupalCreateUser([
    'access administration pages',
  ]);
}