protected function FieldHelpTest::setUp in Drupal 9
Same name and namespace in other branches
- 8 core/modules/field/tests/src/Functional/FieldHelpTest.php \Drupal\Tests\field\Functional\FieldHelpTest::setUp()
Overrides BrowserTestBase::setUp
File
- core/
modules/ field/ tests/ src/ Functional/ FieldHelpTest.php, line 31
Class
- FieldHelpTest
- Tests help display for the Field module.
Namespace
Drupal\Tests\field\FunctionalCode
protected function setUp() : void {
parent::setUp();
// Create the admin user.
$this->adminUser = $this
->drupalCreateUser([
'access administration pages',
'view the administration theme',
]);
}