function FileUploadTest::testRelated

Same name and namespace in other branches
  1. 10 core/modules/jsonapi/tests/src/Functional/FileUploadTest.php \Drupal\Tests\jsonapi\Functional\FileUploadTest::testRelated()

Overrides ResourceTestBase::testRelated

File

core/modules/jsonapi/tests/src/Functional/FileUploadTest.php, line 210

Class

FileUploadTest
Tests binary data file upload route.

Namespace

Drupal\Tests\jsonapi\Functional

Code

public function testRelated() : void {
    \Drupal::service('router.builder')->rebuild();
    parent::testRelated();
}

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