You are here

public static property GridStackViewsTest::$modules in GridStack 8.2

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

File

tests/src/Kernel/Views/GridStackViewsTest.php, line 25

Class

GridStackViewsTest
Test GridStack Views integration.

Namespace

Drupal\Tests\gridstack\Kernel\Views

Code

public static $modules = [
  'system',
  'user',
  'field',
  'file',
  'image',
  'media',
  'filter',
  'link',
  'node',
  'text',
  'options',
  'entity_test',
  'views',
  'views_test_config',
  'views_test_data',
  'blazy',
  'blazy_test',
  'gridstack',
  'gridstack_test',
];