You are here

public function CacheFlushCronUI::setUp in CacheFlush 8

Sets up the test.

Overrides BrowserTestBase::setUp

File

modules/cacheflush_cron/tests/src/Functional/CacheFlushCronUI.php, line 42

Class

CacheFlushCronUI
Test cacheflush Cron UI.

Namespace

Drupal\Tests\cacheflush_cron\Functional

Code

public function setUp() {
  parent::setUp();
  $user = $this
    ->drupalCreateUser(self::$roles);
  $this
    ->drupalLogin($user);
}