You are here

public static property GridStackFormatterTest::$modules in GridStack 8

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

File

tests/src/Kernel/GridStackFormatterTest.php, line 21

Class

GridStackFormatterTest
Tests the GridStack field rendering using the image field type.

Namespace

Drupal\Tests\gridstack\Kernel

Code

public static $modules = [
  'system',
  'user',
  'field',
  'file',
  'image',
  'filter',
  'node',
  'text',
  'blazy',
  'gridstack',
  'gridstack_ui',
  'gridstack_test',
];