public static property FileDownloadLinkMediaApplicableTest::$modules in File Download Link 8
The modules to load to run the test.
Type: array
Overrides KernelTestBase::$modules
File
- tests/src/ Kernel/ FileDownloadLinkMediaApplicableTest.php, line 36 
Class
- FileDownloadLinkMediaApplicableTest
- Class for testing file_download_link_media formatter.
Namespace
Drupal\Tests\file_download_link\KernelCode
public static $modules = [
  'field',
  'system',
  'user',
  'media',
  'node',
  'file',
  'file_download_link',
  'file_download_link_media',
  'image',
];