protected function BlockContentWizardTest::setUp in Drupal 9
Same name and namespace in other branches
- 8 core/modules/block_content/tests/src/Functional/Views/BlockContentWizardTest.php \Drupal\Tests\block_content\Functional\Views\BlockContentWizardTest::setUp()
Sets the test up.
Overrides BlockContentTestBase::setUp
File
- core/
modules/ block_content/ tests/ src/ Functional/ Views/ BlockContentWizardTest.php, line 27
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',
]));
$this
->createBlockContentType('Basic block');
}