You are here

public function SystemPerformanceFormTest::setUp in Purge 8.3

Setup the test.

Overrides BrowserTestBase::setUp

File

modules/purge_ui/tests/src/Functional/Form/SystemPerformanceFormTest.php, line 37

Class

SystemPerformanceFormTest
Tests purge_ui_form_system_performance_settings_alter().

Namespace

Drupal\Tests\purge_ui\Functional\Form

Code

public function setUp($switch_to_memory_queue = TRUE) : void {
  parent::setUp($switch_to_memory_queue);
  $this->adminUser = $this
    ->drupalCreateUser([
    'administer site configuration',
  ]);
}