function BlockContentRevisionVersionHistoryTest::setUp

Same name and namespace in other branches
  1. 10 core/modules/block_content/tests/src/Functional/BlockContentRevisionVersionHistoryTest.php \Drupal\Tests\block_content\Functional\BlockContentRevisionVersionHistoryTest::setUp()

Overrides BlockContentTestBase::setUp

File

core/modules/block_content/tests/src/Functional/BlockContentRevisionVersionHistoryTest.php, line 32

Class

BlockContentRevisionVersionHistoryTest
Block content version history test.

Namespace

Drupal\Tests\block_content\Functional

Code

protected function setUp() : void {
    parent::setUp();
    $this->drupalLogin($this->adminUser);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.