You are here

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

The permissions of the admin user.

Type: string[]

File

tests/src/Functional/ParagraphsTest.php, line 25

Class

ParagraphsTest
Tests paragraphs support in Acquia Content Hub module.

Namespace

Drupal\Tests\acquia_contenthub\Functional

Code

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