protected property ContentHubSubscriberTestBase::$adminUserPermissions in Acquia Content Hub 8
The permissions of the admin user.
Type: string[]
File
- acquia_contenthub_subscriber/
tests/ src/ Functional/ ContentHubSubscriberTestBase.php, line 42
Class
- ContentHubSubscriberTestBase
- Provides the base class for web tests for Content Hub Subscribers.
Namespace
Drupal\Tests\acquia_contenthub_subscriber\FunctionalCode
protected $adminUserPermissions = [
'administer acquia content hub',
'access administration pages',
'restful get contenthub_filter',
'restful post contenthub_filter',
'restful patch contenthub_filter',
'restful delete contenthub_filter',
];