You are here

protected function MediaTest::doTestRelationshipMutation in Drupal 8

Same name and namespace in other branches
  1. 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.

Overrides ResourceTestBase::doTestRelationshipMutation

File

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

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