You are here

protected function JsonLogConfigFormTest::setUp in JSONlog 8.2

Same name and namespace in other branches
  1. 8 tests/src/Functional/JsonLogConfigFormTest.php \Drupal\Tests\jsonlog\Functional\JsonLogConfigFormTest::setUp()
  2. 3.x tests/src/Functional/JsonLogConfigFormTest.php \Drupal\Tests\jsonlog\Functional\JsonLogConfigFormTest::setUp()

Overrides BrowserTestBase::setUp

File

tests/src/Functional/JsonLogConfigFormTest.php, line 39

Class

JsonLogConfigFormTest
Simple test to ensure that main page loads with module enabled.

Namespace

Drupal\Tests\jsonlog\Functional

Code

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