You are here

protected function WebformEncryptFunctionalTest::setUp in Webform Encrypt 8

Sets the test up.

Overrides BrowserTestBase::setUp

File

tests/src/Functional/WebformEncryptFunctionalTest.php, line 46

Class

WebformEncryptFunctionalTest
Functional tests for the webform_encrypt module.

Namespace

Drupal\Tests\webform_encrypt\Functional

Code

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

  // Test admin user.
  $this->adminUser = $this
    ->drupalCreateUser($this->permissions);
  $this
    ->drupalPlaceBlock('local_actions_block');
}