You are here

protected property ContentTypeViewModeCreateTest::$permissions in Facebook Instant Articles 3.x

Same name and namespace in other branches
  1. 8.2 tests/src/Functional/ContentTypeViewModeCreateTest.php \Drupal\Tests\fb_instant_articles\Functional\ContentTypeViewModeCreateTest::permissions

Permissions to grant admin user.

Type: array

File

tests/src/Functional/ContentTypeViewModeCreateTest.php, line 31

Class

ContentTypeViewModeCreateTest
Test toggling the FBIA view mode while creating the content type.

Namespace

Drupal\Tests\fb_instant_articles\Functional

Code

protected $permissions = [
  'access administration pages',
  'administer content types',
  'administer display modes',
  'administer node display',
  'administer site configuration',
  'administer fb_instant_articles',
];