protected function ExperimentalHelpTest::setUp in Drupal 8
Same name and namespace in other branches
- 9 core/modules/help/tests/src/Functional/ExperimentalHelpTest.php \Drupal\Tests\help\Functional\ExperimentalHelpTest::setUp()
Overrides BrowserTestBase::setUp
File
- core/
modules/ help/ tests/ src/ Functional/ ExperimentalHelpTest.php, line 43
Class
- ExperimentalHelpTest
- Verifies help for experimental modules.
Namespace
Drupal\Tests\help\FunctionalCode
protected function setUp() {
parent::setUp();
$this->adminUser = $this
->drupalCreateUser([
'access administration pages',
]);
}