function ExperimentalHelpTest::setUp
Same name in this branch
- 11.x core/modules/help/tests/src/Functional/ExperimentalHelpTest.php \Drupal\Tests\help\Functional\ExperimentalHelpTest::setUp()
Same name and namespace in other branches
- 10 core/modules/help/tests/src/Functional/ExperimentalHelpTest.php \Drupal\Tests\help\Functional\ExperimentalHelpTest::setUp()
- 9 core/modules/help/tests/src/Functional/ExperimentalHelpTest.php \Drupal\Tests\help\Functional\ExperimentalHelpTest::setUp()
- 8.9.x core/modules/help/tests/src/Functional/ExperimentalHelpTest.php \Drupal\Tests\help\Functional\ExperimentalHelpTest::setUp()
- main core/modules/help/tests/src/Functional/ExperimentalHelpTest.php \Drupal\Tests\help\Functional\ExperimentalHelpTest::setUp()
- main core/modules/help/tests/src/Kernel/ExperimentalHelpTest.php \Drupal\Tests\help\Kernel\ExperimentalHelpTest::setUp()
File
-
core/
modules/ help/ tests/ src/ Kernel/ ExperimentalHelpTest.php, line 48
Class
- ExperimentalHelpTest
- Verifies help for experimental modules.
Namespace
Drupal\Tests\help\KernelCode
protected function setUp() : void {
parent::setUp();
$this->installEntitySchema('user');
$this->adminUser = $this->createUser([
'access help pages',
]);
$this->setCurrentUser($this->adminUser);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.