You are here

protected function EntityCloneCommentTest::setUp in Entity Clone 8

Sets the test up.

Overrides CommentTestBase::setUp

File

tests/src/Functional/EntityCloneCommentTest.php, line 61

Class

EntityCloneCommentTest
Create a comment and test a clone.

Namespace

Drupal\Tests\entity_clone\Functional

Code

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