You are here

public static property CacheFlushUICRUD::$roles in CacheFlush 8

User roles.

Type: array

File

modules/cacheflush_ui/tests/src/Functional/CacheFlushUICRUD.php, line 35

Class

CacheFlushUICRUD
Test the UI CRUD.

Namespace

Drupal\Tests\cacheflush_ui\Functional

Code

public static $roles = [
  'cacheflush create new',
  'cacheflush administer',
  'cacheflush view own',
  'cacheflush edit own',
  'cacheflush delete own',
];