function FieldImportDeleteUninstallUiTest::setUp
Overrides BrowserTestBase::setUp
File
- 
              core/modules/ field/ tests/ src/ Functional/ FieldImportDeleteUninstallUiTest.php, line 40 
Class
- FieldImportDeleteUninstallUiTest
- Tests deleting field storage when a module in uninstalled through the UI.
Namespace
Drupal\Tests\field\FunctionalCode
protected function setUp() : void {
  parent::setUp();
  $this->drupalLogin($this->drupalCreateUser([
    'synchronize configuration',
  ]));
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
