protected static function CommentTest::getIncludePermissions in Drupal 10
Same name and namespace in other branches
- 8 core/modules/jsonapi/tests/src/Functional/CommentTest.php \Drupal\Tests\jsonapi\Functional\CommentTest::getIncludePermissions()
- 9 core/modules/jsonapi/tests/src/Functional/CommentTest.php \Drupal\Tests\jsonapi\Functional\CommentTest::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\FunctionalCode
protected static function getIncludePermissions() {
return [
'type' => [
'administer comment types',
],
'uid' => [
'access user profiles',
],
];
}