protected function MediaTest::doTestRelationshipMutation in Drupal 10
Same name and namespace in other branches
- 8 core/modules/jsonapi/tests/src/Functional/MediaTest.php \Drupal\Tests\jsonapi\Functional\MediaTest::doTestRelationshipMutation()
- 9 core/modules/jsonapi/tests/src/Functional/MediaTest.php \Drupal\Tests\jsonapi\Functional\MediaTest::doTestRelationshipMutation()
@todo Remove this in https://www.drupal.org/node/2824851.
File
- core/
modules/ jsonapi/ tests/ src/ Functional/ MediaTest.php, line 398
Class
- MediaTest
- JSON:API integration test for the "Media" content entity type.
Namespace
Drupal\Tests\jsonapi\FunctionalCode
protected function doTestRelationshipMutation(array $request_options) {
$this
->grantPermissionsToTestedRole([
'access content',
]);
parent::doTestRelationshipMutation($request_options);
}