You are here

public function ParagraphsTest::setUp in Acquia Content Hub 8

File

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

Class

ParagraphsTest
Tests paragraphs support in Acquia Content Hub module.

Namespace

Drupal\Tests\acquia_contenthub\Functional

Code

public function setUp() : void {
  parent::setUp();

  // Create the users used for the tests.
  $this->adminUser = $this
    ->drupalCreateUser($this->adminUserPermissions);
}