function ConfigTest::setUp
Overrides BrowserTestBase::setUp
File
-
core/
modules/ system/ tests/ src/ Functional/ File/ ConfigTest.php, line 24
Class
- ConfigTest
- Tests file system configuration operations.
Namespace
Drupal\Tests\system\Functional\FileCode
protected function setUp() : void {
parent::setUp();
$this->drupalLogin($this->drupalCreateUser([
'administer site configuration',
]));
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.