You are here

public static property BlazyEntityReferenceFormatterTest::$modules in Blazy 8

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

tests/src/Kernel/BlazyEntityReferenceFormatterTest.php, line 32

Class

BlazyEntityReferenceFormatterTest
Tests the Blazy entity reference file formatter.

Namespace

Drupal\Tests\blazy\Kernel

Code

public static $modules = [
  'system',
  'user',
  'field',
  'field_ui',
  'filter',
  'entity_test',
  'node',
  'file',
  'image',
  'breakpoint',
  'responsive_image',
  'link',
  'text',
  'options',
  'blazy',
  'blazy_ui',
  'blazy_test',
];