You are here

public function SophronTest::setUp in Sophron 8

Overrides BrowserTestBase::setUp

File

tests/src/Functional/SophronTest.php, line 28

Class

SophronTest
Tests Sophron functionality.

Namespace

Drupal\Tests\sophron\Functional

Code

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