You are here

public function HideNotificationTest::setUp in OptimizeDB 8

Overrides BrowserTestBase::setUp

File

tests/src/Functional/HideNotificationTest.php, line 44

Class

HideNotificationTest
Test the page hide notification.

Namespace

Drupal\Tests\optimizedb\Functional

Code

public function setUp() {
  parent::setUp();
  $this->adminUser = $this
    ->drupalCreateUser([
    'administer optimizedb settings',
  ]);
  $this
    ->drupalLogin($this->adminUser);
}