You are here

protected function ShareThisBlockAdminTest::setUp in Sharethis block 8

Throws

EntityStorageException

Overrides BrowserTestBase::setUp

File

tests/src/Functional/ShareThisBlockAdminTest.php, line 50

Class

ShareThisBlockAdminTest
Class SettingsPageTest

Namespace

Drupal\Tests\sharethis_block\Functional

Code

protected function setUp() {
  parent::setUp();
  $account = $this
    ->drupalCreateUser(static::$userPermissions);
  $this
    ->drupalLogin($account);
}