You are here

public static property SlickFormatterTest::$modules in Slick Carousel 8

Same name and namespace in other branches
  1. 8.2 tests/src/Kernel/SlickFormatterTest.php \Drupal\Tests\slick\Kernel\SlickFormatterTest::modules

Modules to enable.

Type: array

File

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

Class

SlickFormatterTest
Tests the Slick field rendering using the image field type.

Namespace

Drupal\Tests\slick\Kernel

Code

public static $modules = [
  'system',
  'user',
  'field',
  'file',
  'image',
  'filter',
  'node',
  'text',
  'blazy',
  'slick',
  'slick_ui',
  'slick_test',
];