protected function LocaleFileSystemFormTest::setUp in Drupal 10
Same name and namespace in other branches
- 8 core/modules/locale/tests/src/Functional/LocaleFileSystemFormTest.php \Drupal\Tests\locale\Functional\LocaleFileSystemFormTest::setUp()
- 9 core/modules/locale/tests/src/Functional/LocaleFileSystemFormTest.php \Drupal\Tests\locale\Functional\LocaleFileSystemFormTest::setUp()
File
- core/
modules/ locale/ tests/ src/ Functional/ LocaleFileSystemFormTest.php, line 29
Class
- LocaleFileSystemFormTest
- Tests the locale functionality in the altered file settings form.
Namespace
Drupal\Tests\locale\FunctionalCode
protected function setUp() : void {
parent::setUp();
$account = $this
->drupalCreateUser([
'administer site configuration',
]);
$this
->drupalLogin($account);
}