You are here

protected static property ShareThisBlockAdminTest::$userPermissions in Sharethis block 8

Permissions for user that will be logged-in for test.

Type: array

File

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

Class

ShareThisBlockAdminTest
Class SettingsPageTest

Namespace

Drupal\Tests\sharethis_block\Functional

Code

protected static $userPermissions = [
  'access content',
  'administer sharethis_block',
];