You are here

public static property LinkEmbedFormatterTest::$modules in URL Embed 8

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/LinkEmbedFormatterTest.php, line 22

Class

LinkEmbedFormatterTest
Tests url_embed link field formatter.

Namespace

Drupal\Tests\url_embed\Functional

Code

public static $modules = [
  'url_embed',
  'entity_test',
  'link',
];