function FieldUITest::setUp
Overrides FieldTestBase::setUp
File
-
core/
modules/ field/ tests/ src/ Functional/ Views/ FieldUITest.php, line 46
Class
- FieldUITest
- Tests the UI of the field handler.
Namespace
Drupal\Tests\field\Functional\ViewsCode
protected function setUp($import_test_views = TRUE, $modules = [
'field_test_views',
]) : void {
parent::setUp($import_test_views, $modules);
$this->account = $this->drupalCreateUser([
'administer views',
]);
$this->drupalLogin($this->account);
$this->setUpFieldStorages(1, 'text');
$this->setUpFields();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.