function HelpTopicTranslationTest::setUp
Same name in other branches
- 9 core/modules/help_topics/tests/src/Functional/HelpTopicTranslationTest.php \Drupal\Tests\help_topics\Functional\HelpTopicTranslationTest::setUp()
- 10 core/modules/help/tests/src/Functional/HelpTopicTranslationTest.php \Drupal\Tests\help\Functional\HelpTopicTranslationTest::setUp()
- 11.x core/modules/help/tests/src/Functional/HelpTopicTranslationTest.php \Drupal\Tests\help\Functional\HelpTopicTranslationTest::setUp()
Overrides HelpTopicTranslatedTestBase::setUp
File
-
core/
modules/ help_topics/ tests/ src/ Functional/ HelpTopicTranslationTest.php, line 20
Class
- HelpTopicTranslationTest
- Verifies help topic translations.
Namespace
Drupal\Tests\help_topics\FunctionalCode
protected function setUp() {
parent::setUp();
// Create user and log in.
$this->drupalLogin($this->createUser([
'access administration pages',
'view the administration theme',
'administer permissions',
]));
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.