You are here

protected function ParagraphsIEFTests::setUp in Paragraphs Inline Entity Form 8

Overrides BrowserTestBase::setUp

File

tests/src/Functional/ParagraphsIEFTests.php, line 47

Class

ParagraphsIEFTests
Paragraphs IEF tests.

Namespace

Drupal\Tests\paragraphs_inline_entity_form\Functional

Code

protected function setUp() {
  parent::setUp();

  // Create admin user.
  $this->adminUser = $this
    ->drupalCreateUser([
    'administer site configuration',
  ]);
}