You are here

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

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

Type: array

File

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

Class

ShareThisBlockHelpTest
Class ShareThisBlockHelpTest

Namespace

Drupal\Tests\sharethis_block\Functional

Code

protected static $userPermissions = [
  'access content',
  'administer sharethis_block',
  'access administration pages',
  'view the administration theme',
];