You are here

protected function KeyAdminTest::setUp in Key 8

Overrides BrowserTestBase::setUp

File

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

Class

KeyAdminTest
Tests administration of keys.

Namespace

Drupal\Tests\key\Functional

Code

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