You are here

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

The permissions of the admin user.

Type: string[]

File

tests/src/Functional/ContentHubTestBase.php, line 42

Class

ContentHubTestBase
Provides the base class for web tests for Search API.

Namespace

Drupal\Tests\acquia_contenthub\Functional

Code

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