You are here

protected static property InlineEntityFormTest::$userPermissions in Entity Browser 8

Same name and namespace in other branches
  1. 8.2 tests/src/FunctionalJavascript/InlineEntityFormTest.php \Drupal\Tests\entity_browser\FunctionalJavascript\InlineEntityFormTest::userPermissions

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

Type: array

Overrides EntityBrowserWebDriverTestBase::$userPermissions

File

tests/src/FunctionalJavascript/InlineEntityFormTest.php, line 40

Class

InlineEntityFormTest
Test for integration of entity browser and inline entity form.

Namespace

Drupal\Tests\entity_browser\FunctionalJavascript

Code

protected static $userPermissions = [
  'create media',
  'update media',
  'access ief_entity_browser_file entity browser pages',
  'access ief_entity_browser_file_modal entity browser pages',
  'access widget_context_default_value entity browser pages',
  'access bundle_filter entity browser pages',
  'access content',
  'create ief_content content',
  'create shark content',
  'create jet content',
  'edit any ief_content content',
];