You are here

protected function MediaTest::doTestRelationshipMutation in JSON:API 8.2

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

Overrides ResourceTestBase::doTestRelationshipMutation

File

tests/src/Functional/MediaTest.php, line 396

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);
}