You are here

protected property FieldClearingNodeTest::$adminUserPermissions in Acquia Content Hub 8

The permissions of the admin user.

Type: string[]

Overrides ContentHubTestBase::$adminUserPermissions

File

tests/src/Functional/FieldClearingNodeTest.php, line 22

Class

FieldClearingNodeTest
Test that Acquia Content Hub respects Field Сlearing.

Namespace

Drupal\Tests\acquia_contenthub\Functional

Code

protected $adminUserPermissions = [
  'bypass node access',
  'administer acquia content hub',
  'administer content types',
  'access administration pages',
  'administer node fields',
];