function BlockContentRevisionDeleteTest::setUp
Same name in other branches
- 10 core/modules/block_content/tests/src/Functional/BlockContentRevisionDeleteTest.php \Drupal\Tests\block_content\Functional\BlockContentRevisionDeleteTest::setUp()
Overrides BlockContentTestBase::setUp
File
-
core/
modules/ block_content/ tests/ src/ Functional/ BlockContentRevisionDeleteTest.php, line 31
Class
- BlockContentRevisionDeleteTest
- Block content revision delete form test.
Namespace
Drupal\Tests\block_content\FunctionalCode
protected function setUp() : void {
parent::setUp();
$this->drupalLogin($this->adminUser);
$this->drupalPlaceBlock('page_title_block');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.