You are here

protected function EntityCloneCustomBlockTest::setUp in Entity Clone 8

Sets the test up.

Overrides BlockContentTestBase::setUp

File

tests/src/Functional/EntityCloneCustomBlockTest.php, line 41

Class

EntityCloneCustomBlockTest
Creat ea block and test a clone.

Namespace

Drupal\Tests\entity_clone\Functional

Code

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