You are here

public function SiteSettingsLoaderTest::setUp in Site Settings and Labels 8

Throws

\Drupal\Core\Entity\EntityStorageException

Overrides BrowserTestBase::setUp

File

src/Tests/SiteSettingsLoaderTest.php, line 43

Class

SiteSettingsLoaderTest
Tests the loading of Site Settings.

Namespace

Drupal\site_settings\Tests

Code

public function setUp() {
  parent::setUp();

  // Create the user and login.
  $this->adminUser = $this
    ->createUser([], NULL, TRUE);
  $this
    ->drupalLogin($this->adminUser);
}