You are here

protected function MediaTest::doTestRelationshipPost in JSON:API 8

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

Overrides ResourceTestBase::doTestRelationshipPost

File

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

Class

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

Namespace

Drupal\Tests\jsonapi\Functional

Code

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