You are here

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

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

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

Type: array

Overrides EntityBrowserWebDriverTestBase::$userPermissions

File

tests/src/FunctionalJavascript/ParagraphsTest.php, line 35

Class

ParagraphsTest
Tests entity browser integration with paragraphs.

Namespace

Drupal\Tests\entity_browser\FunctionalJavascript

Code

protected static $userPermissions = [
  'access test_nodes entity browser pages',
  'create paragraphs_test content',
  'delete own paragraphs_test content',
  'access content',
  'edit own article content',
  'edit any paragraphs_test content',
];