You are here

protected function InstagramEmbedFormatterTest::getFixturesDirectory in Media entity Instagram 3.x

Returns the relative path to the oEmbed fixtures directory.

Return value

string

Overrides OEmbedTestTrait::getFixturesDirectory

File

tests/src/Functional/InstagramEmbedFormatterTest.php, line 17

Class

InstagramEmbedFormatterTest
Tests for Instagram embed formatter.

Namespace

Drupal\Tests\media_entity_instagram\Functional

Code

protected function getFixturesDirectory() {
  return drupal_get_path('module', 'media_entity_instagram') . '/tests/fixtures/oembed';
}