function BlockContentWizardTest::setUp
Sets the test up.
Overrides BlockContentTestBase::setUp
File
-
core/
modules/ block_content/ tests/ src/ Functional/ Views/ BlockContentWizardTest.php, line 29
Class
- BlockContentWizardTest
- Tests block_content wizard and generic entity integration.
Namespace
Drupal\Tests\block_content\Functional\ViewsCode
protected function setUp() : void {
parent::setUp();
$this->drupalLogin($this->drupalCreateUser([
'administer views',
]));
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.