You are here

protected static property ResponsiveMenuTest::$userPermissions in Responsive and off-canvas menu 4.1.x

Same name and namespace in other branches
  1. 4.4.x tests/src/Functional/ResponsiveMenuTest.php \Drupal\Tests\responsive_menu\Functional\ResponsiveMenuTest::userPermissions
  2. 4.3.x tests/src/Functional/ResponsiveMenuTest.php \Drupal\Tests\responsive_menu\Functional\ResponsiveMenuTest::userPermissions

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

Type: array

File

tests/src/Functional/ResponsiveMenuTest.php, line 38

Class

ResponsiveMenuTest
Class SettingsPageTest.

Namespace

Drupal\Tests\responsive_menu\Functional

Code

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