protected function WebformEncryptWizardTest::setUp in Webform Encrypt 8
Sets the test up.
Overrides BrowserTestBase::setUp
File
- tests/
src/ Functional/ WebformEncryptWizardTest.php, line 32
Class
- WebformEncryptWizardTest
- Tests encrypted multistep wizard forms.
Namespace
Drupal\Tests\webform_encrypt\FunctionalCode
protected function setUp() {
parent::setUp();
// Test admin user.
$this->adminUser = $this
->drupalCreateUser([
'access administration pages',
'view any webform submission',
'edit any webform',
]);
}