protected function HelpTopicTranslationTest::setUp in Drupal 10
Same name and namespace in other branches
- 8 core/modules/help_topics/tests/src/Functional/HelpTopicTranslationTest.php \Drupal\Tests\help_topics\Functional\HelpTopicTranslationTest::setUp()
- 9 core/modules/help_topics/tests/src/Functional/HelpTopicTranslationTest.php \Drupal\Tests\help_topics\Functional\HelpTopicTranslationTest::setUp()
File
- core/
modules/ help_topics/ tests/ src/ Functional/ HelpTopicTranslationTest.php, line 22
Class
- HelpTopicTranslationTest
- Verifies help topic translations.
Namespace
Drupal\Tests\help_topics\FunctionalCode
protected function setUp() : void {
parent::setUp();
// Create user and log in.
$this
->drupalLogin($this
->createUser([
'access administration pages',
'view the administration theme',
'administer permissions',
]));
}