You are here

protected property BulkFormEntityListBuilderTest::$basePermissions in Entity API 8

The base permissions to grant for the test user.

Type: string[]

File

tests/src/Functional/BulkFormEntityListBuilderTest.php, line 46

Class

BulkFormEntityListBuilderTest
Tests the bulk-form list builder.

Namespace

Drupal\Tests\entity\Functional

Code

protected $basePermissions = [
  'access entity_test_enhanced_with_owner overview',
  'view any entity_test_enhanced_with_owner',
  'view own unpublished entity_test_enhanced_with_owner',
];