BlockContentRevisionDeleteTest::$permissions

Type: permissions

Overrides BlockContentTestBase::$permissions

File

core/modules/block_content/tests/src/Functional/BlockContentRevisionDeleteTest.php, line 23

Class

BlockContentRevisionDeleteTest
Block content revision delete form test.

Namespace

Drupal\Tests\block_content\Functional

Code

protected $permissions = [
  'view any basic block content history',
  'delete any basic block content revisions',
];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.