function ResourceFetcherTest::setUp

Overrides MediaFunctionalTestTrait::setUp

File

core/modules/media/tests/src/Functional/ResourceFetcherTest.php, line 31

Class

ResourceFetcherTest
Tests the oEmbed resource fetcher service.

Namespace

Drupal\Tests\media\Functional

Code

protected function setUp() : void {
  parent::setUp();
  $this->useFixtureProviders();
  $this->lockHttpClientToFixtures();
}

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