You are here

protected function WebformElementManagedFileTest::setUp in Webform 8.5

Same name and namespace in other branches
  1. 6.x tests/src/Functional/Element/WebformElementManagedFileTest.php \Drupal\Tests\webform\Functional\Element\WebformElementManagedFileTest::setUp()

Overrides WebformElementManagedFileTestBase::setUp

File

tests/src/Functional/Element/WebformElementManagedFileTest.php, line 51

Class

WebformElementManagedFileTest
Test for webform element managed file handling.

Namespace

Drupal\Tests\webform\Functional\Element

Code

protected function setUp() {
  parent::setUp();
  $this->webform = Webform::load('test_element_managed_file');
  $this->adminSubmissionUser = $this
    ->drupalCreateUser([
    'administer webform submission',
  ]);
}