You are here

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

The modules to load to run the test.

Type: array

Overrides KernelTestBase::$modules

File

tests/src/Kernel/FileDownloadLinkTokenTest.php, line 26

Class

FileDownloadLinkTokenTest
Class for testing file_download_link formatter with tokens.

Namespace

Drupal\Tests\file_download_link\Kernel

Code

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