function CommentTest::getIncludePermissions

Same name in other branches
  1. 8.9.x core/modules/jsonapi/tests/src/Functional/CommentTest.php \Drupal\Tests\jsonapi\Functional\CommentTest::getIncludePermissions()
  2. 10 core/modules/jsonapi/tests/src/Functional/CommentTest.php \Drupal\Tests\jsonapi\Functional\CommentTest::getIncludePermissions()
  3. 11.x core/modules/jsonapi/tests/src/Functional/CommentTest.php \Drupal\Tests\jsonapi\Functional\CommentTest::getIncludePermissions()

Overrides ResourceTestBase::getIncludePermissions

File

core/modules/jsonapi/tests/src/Functional/CommentTest.php, line 411

Class

CommentTest
JSON:API integration test for the "Comment" content entity type.

Namespace

Drupal\Tests\jsonapi\Functional

Code

protected static function getIncludePermissions() {
    return [
        'type' => [
            'administer comment types',
        ],
        'uid' => [
            'access user profiles',
        ],
    ];
}

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