You are here

protected function KeyInputTest::setUp in Key 8

Overrides BrowserTestBase::setUp

File

tests/src/Functional/KeyInputTest.php, line 38

Class

KeyInputTest
Tests input of keys.

Namespace

Drupal\Tests\key\Functional

Code

protected function setUp() {
  parent::setUp();
  $this->adminUser = $this
    ->drupalCreateUser([
    'administer keys',
  ]);
}