function MediaTest::doTestRelationshipMutation

@todo Remove this in https://www.drupal.org/node/2824851.

Parameters

array $request_options: Request options to apply.

Overrides ResourceTestBase::doTestRelationshipMutation

File

core/modules/jsonapi/tests/src/Functional/MediaTest.php, line 401

Class

MediaTest
JSON:API integration test for the "Media" content entity type.

Namespace

Drupal\Tests\jsonapi\Functional

Code

protected function doTestRelationshipMutation(array $request_options) {
  $this->grantPermissionsToTestedRole([
    'access content',
  ]);
  parent::doTestRelationshipMutation($request_options);
}

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