protected function EntityTestMapFieldTest::setUpAuthorization in Drupal 10
Same name and namespace in other branches
- 8 core/modules/jsonapi/tests/src/Functional/EntityTestMapFieldTest.php \Drupal\Tests\jsonapi\Functional\EntityTestMapFieldTest::setUpAuthorization()
- 9 core/modules/jsonapi/tests/src/Functional/EntityTestMapFieldTest.php \Drupal\Tests\jsonapi\Functional\EntityTestMapFieldTest::setUpAuthorization()
File
- core/
modules/ jsonapi/ tests/ src/ Functional/ EntityTestMapFieldTest.php, line 67
Class
- EntityTestMapFieldTest
- JSON:API integration test for the "EntityTestMapField" content entity type.
Namespace
Drupal\Tests\jsonapi\FunctionalCode
protected function setUpAuthorization($method) {
$this
->grantPermissionsToTestedRole([
'administer entity_test content',
]);
}