You are here

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

The modules to load to run the test.

Type: array

Overrides KernelTestBase::$modules

File

tests/src/Kernel/FileDownloadLinkTest.php, line 23

Class

FileDownloadLinkTest
Class for testing file_download_link formatter.

Namespace

Drupal\Tests\file_download_link\Kernel

Code

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