/**
* {@inheritdoc}
*/
protected static $modules =
['media_test_oembed'
];
/**
* {@inheritdoc}
*/
protected function setUp(): void
{ parent::
setUp();
$this->
lockHttpClientToFixtures();
$this->
hijackProviderEndpoints();
} /**
* Tests all media sources in one method.
*
* This prevents installing the standard profile for every test case and
* increases the performance of this test.
*/
public function testMediaSources() { // This test currently frequently causes the SQLite database to lock, so