You are here

protected property ToolbarCacheContextsTest::$perms in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/toolbar/src/Tests/ToolbarCacheContextsTest.php \Drupal\toolbar\Tests\ToolbarCacheContextsTest::perms

A list of default permissions for test users.

Type: array

File

core/modules/toolbar/src/Tests/ToolbarCacheContextsTest.php, line 51
Contains \Drupal\toolbar\Tests\ToolbarCacheContextsTest.

Class

ToolbarCacheContextsTest
Tests the cache contexts for toolbar.

Namespace

Drupal\toolbar\Tests

Code

protected $perms = [
  'access toolbar',
  'access administration pages',
  'administer site configuration',
];