protected function NoHelpTest::setUp in Drupal 8
Same name and namespace in other branches
- 9 core/modules/help/tests/src/Functional/NoHelpTest.php \Drupal\Tests\help\Functional\NoHelpTest::setUp()
- 10 core/modules/help/tests/src/Functional/NoHelpTest.php \Drupal\Tests\help\Functional\NoHelpTest::setUp()
Overrides BrowserTestBase::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() {
parent::setUp();
$this->adminUser = $this
->drupalCreateUser([
'access administration pages',
]);
}