public static property SlickFormatterTest::$modules in Slick Carousel 8
Same name and namespace in other branches
- 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\KernelCode
public static $modules = [
'system',
'user',
'field',
'file',
'image',
'filter',
'node',
'text',
'blazy',
'slick',
'slick_ui',
'slick_test',
];