You are here

public function AglsTest::setUp in AGLS Metadata 8

Overrides BrowserTestBase::setUp

File

tests/src/Functional/AglsTest.php, line 27

Class

AglsTest
Test the AGLS module.

Namespace

Drupal\Tests\agls\Functional

Code

public function setUp() {
  parent::setUp();
  $admin = $this
    ->createUser([
    'administer meta tags',
  ]);
  $this
    ->drupalLogin($admin);
}