You are here

public static property FileDownloadLinkMediaTest::$modules in File Download Link 8

The modules to load to run the test.

Type: array

Overrides KernelTestBase::$modules

File

tests/src/Kernel/FileDownloadLinkMediaTest.php, line 25

Class

FileDownloadLinkMediaTest
Class for testing file_download_link_media formatter.

Namespace

Drupal\Tests\file_download_link\Kernel

Code

public static $modules = [
  'field',
  'system',
  'user',
  'media',
  'node',
  'file',
  'file_download_link',
  'file_download_link_media',
  'image',
];