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